Shades of Dark Pink #F24976
Tints of Dark Pink #F24976
RGB
CMYK
RGB Variations
Color information
#F24976 (or 0xF24976) is known color: Dark Pink. HEX triplet: F2, 49 and 76. RGB value is (242,73,118). Sum of RGB (Red+Green+Blue) = 242+73+118=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F24976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24976 is #0DB689. Grayscale: #808080. Windows color (decimal): -898698 or 7752178. OLE color: 7752178.
HSL color Cylindrical-coordinate representation of color #F24976: hue angle of 344.02º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24976 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 118 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.05 |
| HSL | 344.02º | 0.87% | 0.62% | - |
| HSV(B) | 344.02º | 0.7% | 0.95% | - |
| XYZ | 42.27 | 24.95 | 19.73 | - |
| YUV | 128.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 118 | 0 | 0.70 | 0.51 | 0.05 | 344.02 | 0.87 | 0.62 |
| Hex | F2 | 49 | 76 | 0 | 46 | 33 | 5 | 158 | 57 | 3E |
| Octal | 362 | 111 | 166 | 0 | 106 | 63 | 5 | 530 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1110110 | 0 | 1000110 | 110011 | 101 | 101011000 | 1010111 | 111110 |
Color Harmonies of #F24976
Complementary color
Monochromatic Colors of #F24976
Black with #F24976
Text Example
Text Example
White with #F24976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24976; }
p { color: rgb(242,73,118); }
H1.HeaderClassName
{
color: #F24976;
}
.AnyTagClassName
{
color: #F24976;
}
</style>
background-color css
<style>
a { background-color: #F24976; }
a { background-color: rgb(242,73,118); }
div.DivClassName
{
background-color: #F24976;
}
.BgClassName
{
background-color: #F24976;
}
</style>
border-color css
<style>
span { border-color: #F24976; }
span { border-color: rgb(242,73,118); }
td.TdClassName
{
border-color: #F24976;
}
.TagClassName
{
border-color: #F24976;
}
</style>