Shades of Dark Pink #F24C73
Tints of Dark Pink #F24C73
RGB
CMYK
RGB Variations
Color information
#F24C73 (or 0xF24C73) is known color: Dark Pink. HEX triplet: F2, 4C and 73. RGB value is (242,76,115). Sum of RGB (Red+Green+Blue) = 242+76+115=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C73 is #0DB38C. Grayscale: #828282. Windows color (decimal): -897933 or 7556338. OLE color: 7556338.
HSL color Cylindrical-coordinate representation of color #F24C73: hue angle of 345.9º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24C73 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 115 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.05 |
| HSL | 345.9º | 0.86% | 0.62% | - |
| HSV(B) | 345.9º | 0.69% | 0.95% | - |
| XYZ | 42.3 | 25.28 | 18.87 | - |
| YUV | 130.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 115 | 0 | 0.69 | 0.52 | 0.05 | 345.9 | 0.86 | 0.62 |
| Hex | F2 | 4C | 73 | 0 | 45 | 34 | 5 | 15A | 56 | 3E |
| Octal | 362 | 114 | 163 | 0 | 105 | 64 | 5 | 532 | 126 | 76 |
| Binary | 11110010 | 1001100 | 1110011 | 0 | 1000101 | 110100 | 101 | 101011010 | 1010110 | 111110 |
Color Harmonies of #F24C73
Complementary color
Monochromatic Colors of #F24C73
Black with #F24C73
Text Example
Text Example
White with #F24C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C73; }
p { color: rgb(242,76,115); }
H1.HeaderClassName
{
color: #F24C73;
}
.AnyTagClassName
{
color: #F24C73;
}
</style>
background-color css
<style>
a { background-color: #F24C73; }
a { background-color: rgb(242,76,115); }
div.DivClassName
{
background-color: #F24C73;
}
.BgClassName
{
background-color: #F24C73;
}
</style>
border-color css
<style>
span { border-color: #F24C73; }
span { border-color: rgb(242,76,115); }
td.TdClassName
{
border-color: #F24C73;
}
.TagClassName
{
border-color: #F24C73;
}
</style>