Shades of Dark Pink #F24776
Tints of Dark Pink #F24776
RGB
CMYK
RGB Variations
Color information
#F24776 (or 0xF24776) is known color: Dark Pink. HEX triplet: F2, 47 and 76. RGB value is (242,71,118). Sum of RGB (Red+Green+Blue) = 242+71+118=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F24776 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24776 is #0DB889. Grayscale: #7F7F7F. Windows color (decimal): -899210 or 7751666. OLE color: 7751666.
HSL color Cylindrical-coordinate representation of color #F24776: hue angle of 343.51º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24776 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 118 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.05 |
| HSL | 343.51º | 0.87% | 0.61% | - |
| HSV(B) | 343.51º | 0.71% | 0.95% | - |
| XYZ | 42.14 | 24.69 | 19.68 | - |
| YUV | 127.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 118 | 0 | 0.71 | 0.51 | 0.05 | 343.51 | 0.87 | 0.61 |
| Hex | F2 | 47 | 76 | 0 | 47 | 33 | 5 | 158 | 57 | 3D |
| Octal | 362 | 107 | 166 | 0 | 107 | 63 | 5 | 530 | 127 | 75 |
| Binary | 11110010 | 1000111 | 1110110 | 0 | 1000111 | 110011 | 101 | 101011000 | 1010111 | 111101 |
Color Harmonies of #F24776
Complementary color
Monochromatic Colors of #F24776
Black with #F24776
Text Example
Text Example
White with #F24776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24776; }
p { color: rgb(242,71,118); }
H1.HeaderClassName
{
color: #F24776;
}
.AnyTagClassName
{
color: #F24776;
}
</style>
background-color css
<style>
a { background-color: #F24776; }
a { background-color: rgb(242,71,118); }
div.DivClassName
{
background-color: #F24776;
}
.BgClassName
{
background-color: #F24776;
}
</style>
border-color css
<style>
span { border-color: #F24776; }
span { border-color: rgb(242,71,118); }
td.TdClassName
{
border-color: #F24776;
}
.TagClassName
{
border-color: #F24776;
}
</style>