Shades of Dark Pink #F04870
Tints of Dark Pink #F04870
RGB
CMYK
RGB Variations
Color information
#F04870 (or 0xF04870) is known color: Dark Pink. HEX triplet: F0, 48 and 70. RGB value is (240,72,112). Sum of RGB (Red+Green+Blue) = 240+72+112=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F04870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04870 is #0FB78F. Grayscale: #7E7E7E. Windows color (decimal): -1030032 or 7358704. OLE color: 7358704.
HSL color Cylindrical-coordinate representation of color #F04870: hue angle of 345.71º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04870 is Cyan = 0, Magento = 0.7, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 112 | - |
| CMYK | 0 | 0.7 | 0.53 | 0.06 |
| HSL | 345.71º | 0.85% | 0.61% | - |
| HSV(B) | 345.71º | 0.7% | 0.94% | - |
| XYZ | 41.18 | 24.33 | 17.86 | - |
| YUV | 126.79 | 119.66 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 112 | 0 | 0.7 | 0.53 | 0.06 | 345.71 | 0.85 | 0.61 |
| Hex | F0 | 48 | 70 | 0 | 46 | 35 | 6 | 15A | 55 | 3D |
| Octal | 360 | 110 | 160 | 0 | 106 | 65 | 6 | 532 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1110000 | 0 | 1000110 | 110101 | 110 | 101011010 | 1010101 | 111101 |
Color Harmonies of #F04870
Complementary color
Monochromatic Colors of #F04870
Black with #F04870
Text Example
Text Example
White with #F04870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04870; }
p { color: rgb(240,72,112); }
H1.HeaderClassName
{
color: #F04870;
}
.AnyTagClassName
{
color: #F04870;
}
</style>
background-color css
<style>
a { background-color: #F04870; }
a { background-color: rgb(240,72,112); }
div.DivClassName
{
background-color: #F04870;
}
.BgClassName
{
background-color: #F04870;
}
</style>
border-color css
<style>
span { border-color: #F04870; }
span { border-color: rgb(240,72,112); }
td.TdClassName
{
border-color: #F04870;
}
.TagClassName
{
border-color: #F04870;
}
</style>