Color Hex Logo

#f9284b Color Hex

#F9284B
(249,40,75)
0 Favorites   0 Comments

Color spaces of #f9284b

RGB 2494075
HSL0.970.950.57
HSV350°84°98°
CMYK 0.000.840.70   0.02
XYZ41.095722.16538.7690
Yxy22.16530.57050.3077
Hunter Lab47.080073.420821.9128
CIE-Lab54.202075.490334.6684

#f9284b color RGB value is (249,40,75).

#f9284b hex color red value is 249, green value is 40 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #f9284b hue: 0.97 , saturation: 0.95 and the lightness value of f9284b is 0.57.

The process color (four color CMYK) of #f9284b color hex is 0.00, 0.84, 0.70, 0.02. Web safe color of #f9284b is #ff3333. Color #f9284b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101000 01001011
Octal 371 50 113
Decimal 249 40 75
Hex F9 28 4B

RGB Percentages of Color #f9284b

%68.41
%10.99
%20.60

CMYK Percentages of Color #f9284b

%0
%84
%70
%2

Triadic Colors of #f9284b

#f9284b #4bf928 #284bf9

Analogous Colors of #f9284b

#f9284b #f96e28 #f928b4

Monochromatic Colors of #f9284b

#f9284b

Complementary Color

#f9284b #28f9d6

#f9284b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9284b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9284b Color CSS Codes

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

#f9284b Text Font Color

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

This sample text font color is #f9284b
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.


#f9284b Background Color

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

This div background color is #f9284b


#f9284b Border Color

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

This div border color is #f9284b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9284b


Comments

No comments written yet.

Please login to write comment.