Color Hex Logo

#f96281 Color Hex

#F96281
(249,98,129)
0 Favorites   0 Comments

Color spaces of #f96281

RGB 24998129
HSL0.970.930.68
HSV348°61°98°
CMYK 0.000.610.48   0.02
XYZ47.397130.460124.1502
Yxy30.46010.46460.2986
Hunter Lab55.190756.710012.6895
CIE-Lab62.049260.079213.5031

#f96281 color RGB value is (249,98,129).

#f96281 hex color red value is 249, green value is 98 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #f96281 hue: 0.97 , saturation: 0.93 and the lightness value of f96281 is 0.68.

The process color (four color CMYK) of #f96281 color hex is 0.00, 0.61, 0.48, 0.02. Web safe color of #f96281 is #ff6699. Color #f96281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100010 10000001
Octal 371 142 201
Decimal 249 98 129
Hex F9 62 81

RGB Percentages of Color #f96281

%52.31
%20.59
%27.10

CMYK Percentages of Color #f96281

%0
%61
%48
%2

Triadic Colors of #f96281

#f96281 #81f962 #6281f9

Analogous Colors of #f96281

#f96281 #f98f62 #f962cd

Monochromatic Colors of #f96281

#f96281

Complementary Color

#f96281 #62f9da

#f96281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96281 Color CSS Codes

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

#f96281 Text Font Color

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

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


#f96281 Background Color

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

This div background color is #f96281


#f96281 Border Color

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

This div border color is #f96281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96281


Comments

No comments written yet.

Please login to write comment.