Shades of Dark Pink #F24672
Tints of Dark Pink #F24672
RGB
CMYK
RGB Variations
Color information
#F24672 (or 0xF24672) is known color: Dark Pink. HEX triplet: F2, 46 and 72. RGB value is (242,70,114). Sum of RGB (Red+Green+Blue) = 242+70+114=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F24672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24672 is #0DB98D. Grayscale: #7E7E7E. Windows color (decimal): -899470 or 7489266. OLE color: 7489266.
HSL color Cylindrical-coordinate representation of color #F24672: hue angle of 344.65º 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 #F24672 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 114 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.05 |
| HSL | 344.65º | 0.87% | 0.61% | - |
| HSV(B) | 344.65º | 0.71% | 0.95% | - |
| XYZ | 41.85 | 24.47 | 18.44 | - |
| YUV | 126.44 | 120.98 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 114 | 0 | 0.71 | 0.53 | 0.05 | 344.65 | 0.87 | 0.61 |
| Hex | F2 | 46 | 72 | 0 | 47 | 35 | 5 | 159 | 57 | 3D |
| Octal | 362 | 106 | 162 | 0 | 107 | 65 | 5 | 531 | 127 | 75 |
| Binary | 11110010 | 1000110 | 1110010 | 0 | 1000111 | 110101 | 101 | 101011001 | 1010111 | 111101 |
Color Harmonies of #F24672
Complementary color
Monochromatic Colors of #F24672
Black with #F24672
Text Example
Text Example
White with #F24672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24672; }
p { color: rgb(242,70,114); }
H1.HeaderClassName
{
color: #F24672;
}
.AnyTagClassName
{
color: #F24672;
}
</style>
background-color css
<style>
a { background-color: #F24672; }
a { background-color: rgb(242,70,114); }
div.DivClassName
{
background-color: #F24672;
}
.BgClassName
{
background-color: #F24672;
}
</style>
border-color css
<style>
span { border-color: #F24672; }
span { border-color: rgb(242,70,114); }
td.TdClassName
{
border-color: #F24672;
}
.TagClassName
{
border-color: #F24672;
}
</style>