Shades of Dark Pink #F24D76
Tints of Dark Pink #F24D76
RGB
CMYK
RGB Variations
Color information
#F24D76 (or 0xF24D76) is known color: Dark Pink. HEX triplet: F2, 4D and 76. RGB value is (242,77,118). Sum of RGB (Red+Green+Blue) = 242+77+118=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D76 is #0DB289. Grayscale: #838383. Windows color (decimal): -897674 or 7753202. OLE color: 7753202.
HSL color Cylindrical-coordinate representation of color #F24D76: hue angle of 345.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24D76 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 118 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.05 |
| HSL | 345.09º | 0.86% | 0.63% | - |
| HSV(B) | 345.09º | 0.68% | 0.95% | - |
| XYZ | 42.54 | 25.49 | 19.82 | - |
| YUV | 131.01 | 120.66 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 118 | 0 | 0.68 | 0.51 | 0.05 | 345.09 | 0.86 | 0.63 |
| Hex | F2 | 4D | 76 | 0 | 44 | 33 | 5 | 159 | 56 | 3F |
| Octal | 362 | 115 | 166 | 0 | 104 | 63 | 5 | 531 | 126 | 77 |
| Binary | 11110010 | 1001101 | 1110110 | 0 | 1000100 | 110011 | 101 | 101011001 | 1010110 | 111111 |
Color Harmonies of #F24D76
Complementary color
Monochromatic Colors of #F24D76
Black with #F24D76
Text Example
Text Example
White with #F24D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D76; }
p { color: rgb(242,77,118); }
H1.HeaderClassName
{
color: #F24D76;
}
.AnyTagClassName
{
color: #F24D76;
}
</style>
background-color css
<style>
a { background-color: #F24D76; }
a { background-color: rgb(242,77,118); }
div.DivClassName
{
background-color: #F24D76;
}
.BgClassName
{
background-color: #F24D76;
}
</style>
border-color css
<style>
span { border-color: #F24D76; }
span { border-color: rgb(242,77,118); }
td.TdClassName
{
border-color: #F24D76;
}
.TagClassName
{
border-color: #F24D76;
}
</style>