Shades of Dark Pink #F24472
Tints of Dark Pink #F24472
RGB
CMYK
RGB Variations
Color information
#F24472 (or 0xF24472) is known color: Dark Pink. HEX triplet: F2, 44 and 72. RGB value is (242,68,114). Sum of RGB (Red+Green+Blue) = 242+68+114=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F24472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24472 is #0DBB8D. Grayscale: #7D7D7D. Windows color (decimal): -899982 or 7488754. OLE color: 7488754.
HSL color Cylindrical-coordinate representation of color #F24472: hue angle of 344.14º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24472 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 114 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.05 |
| HSL | 344.14º | 0.87% | 0.61% | - |
| HSV(B) | 344.14º | 0.72% | 0.95% | - |
| XYZ | 41.72 | 24.23 | 18.4 | - |
| YUV | 125.27 | 121.65 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 114 | 0 | 0.72 | 0.53 | 0.05 | 344.14 | 0.87 | 0.61 |
| Hex | F2 | 44 | 72 | 0 | 48 | 35 | 5 | 158 | 57 | 3D |
| Octal | 362 | 104 | 162 | 0 | 110 | 65 | 5 | 530 | 127 | 75 |
| Binary | 11110010 | 1000100 | 1110010 | 0 | 1001000 | 110101 | 101 | 101011000 | 1010111 | 111101 |
Color Harmonies of #F24472
Complementary color
Monochromatic Colors of #F24472
Black with #F24472
Text Example
Text Example
White with #F24472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24472; }
p { color: rgb(242,68,114); }
H1.HeaderClassName
{
color: #F24472;
}
.AnyTagClassName
{
color: #F24472;
}
</style>
background-color css
<style>
a { background-color: #F24472; }
a { background-color: rgb(242,68,114); }
div.DivClassName
{
background-color: #F24472;
}
.BgClassName
{
background-color: #F24472;
}
</style>
border-color css
<style>
span { border-color: #F24472; }
span { border-color: rgb(242,68,114); }
td.TdClassName
{
border-color: #F24472;
}
.TagClassName
{
border-color: #F24472;
}
</style>