Color Hex Logo

#f923af Color Hex

#F923AF
(249,35,175)
0 Favorites   0 Comments

Color spaces of #f923af

RGB 24935175
HSL0.890.950.56
HSV321°86°98°
CMYK 0.000.860.30   0.02
XYZ47.405824.436942.7757
Yxy24.43690.41360.2132
Hunter Lab49.433784.6685-16.7009
CIE-Lab56.522683.9250-21.4401

#f923af color RGB value is (249,35,175).

#f923af hex color red value is 249, green value is 35 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f923af hue: 0.89 , saturation: 0.95 and the lightness value of f923af is 0.56.

The process color (four color CMYK) of #f923af color hex is 0.00, 0.86, 0.30, 0.02. Web safe color of #f923af is #ff3399. Color #f923af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100011 10101111
Octal 371 43 257
Decimal 249 35 175
Hex F9 23 AF

RGB Percentages of Color #f923af

%54.25
%7.63
%38.13

CMYK Percentages of Color #f923af

%0
%86
%30
%2

Triadic Colors of #f923af

#f923af #aff923 #23aff9

Analogous Colors of #f923af

#f923af #f92344 #d823f9

Monochromatic Colors of #f923af

#f923af

Complementary Color

#f923af #23f96d

#f923af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f923af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f923af Color CSS Codes

.mybgcolor {background-color:#f923af; } 
.myforecolor {color:#f923af; }
.mybordercolor {border:3px solid #f923af; }

#f923af Text Font Color

<p style="color:#f923af">Text here</p>

This sample text font color is #f923af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f923af Background Color

<div style="background-color:#f923af">
Div content here</div>

This div background color is #f923af


#f923af Border Color

<div style="border:3px solid #f923af">
Div here</div>

This div border color is #f923af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,35,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f923af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f923af;
  -webkit-box-shadow: 1px 1px 3px 2px #f923af;
  box-shadow:         1px 1px 3px 2px #f923af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,35,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f923af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f923af;
  -webkit-box-shadow: 1px 1px 3px 2px #f923af;
  box-shadow:         1px 1px 3px 2px #f923af;">
Div content here</div>

This div box has shadow with color #f923af


Comments

No comments written yet.

Please login to write comment.