Shades of Dark Pink #F04470
Tints of Dark Pink #F04470
RGB
CMYK
RGB Variations
Color information
#F04470 (or 0xF04470) is known color: Dark Pink. HEX triplet: F0, 44 and 70. RGB value is (240,68,112). Sum of RGB (Red+Green+Blue) = 240+68+112=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F04470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04470 is #0FBB8F. Grayscale: #7C7C7C. Windows color (decimal): -1031056 or 7357680. OLE color: 7357680.
HSL color Cylindrical-coordinate representation of color #F04470: hue angle of 344.65º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F04470 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 112 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.06 |
| HSL | 344.65º | 0.85% | 0.6% | - |
| HSV(B) | 344.65º | 0.72% | 0.94% | - |
| XYZ | 40.93 | 23.83 | 17.77 | - |
| YUV | 124.44 | 120.98 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 112 | 0 | 0.72 | 0.53 | 0.06 | 344.65 | 0.85 | 0.6 |
| Hex | F0 | 44 | 70 | 0 | 48 | 35 | 6 | 159 | 55 | 3C |
| Octal | 360 | 104 | 160 | 0 | 110 | 65 | 6 | 531 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1110000 | 0 | 1001000 | 110101 | 110 | 101011001 | 1010101 | 111100 |
Color Harmonies of #F04470
Complementary color
Monochromatic Colors of #F04470
Black with #F04470
Text Example
Text Example
White with #F04470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04470; }
p { color: rgb(240,68,112); }
H1.HeaderClassName
{
color: #F04470;
}
.AnyTagClassName
{
color: #F04470;
}
</style>
background-color css
<style>
a { background-color: #F04470; }
a { background-color: rgb(240,68,112); }
div.DivClassName
{
background-color: #F04470;
}
.BgClassName
{
background-color: #F04470;
}
</style>
border-color css
<style>
span { border-color: #F04470; }
span { border-color: rgb(240,68,112); }
td.TdClassName
{
border-color: #F04470;
}
.TagClassName
{
border-color: #F04470;
}
</style>