Shades of Dark Pink #F04570
Tints of Dark Pink #F04570
RGB
CMYK
RGB Variations
Color information
#F04570 (or 0xF04570) is known color: Dark Pink. HEX triplet: F0, 45 and 70. RGB value is (240,69,112). Sum of RGB (Red+Green+Blue) = 240+69+112=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F04570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04570 is #0FBA8F. Grayscale: #7D7D7D. Windows color (decimal): -1030800 or 7357936. OLE color: 7357936.
HSL color Cylindrical-coordinate representation of color #F04570: hue angle of 344.91º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04570 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 112 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.06 |
| HSL | 344.91º | 0.85% | 0.61% | - |
| HSV(B) | 344.91º | 0.71% | 0.94% | - |
| XYZ | 40.99 | 23.95 | 17.79 | - |
| YUV | 125.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 112 | 0 | 0.71 | 0.53 | 0.06 | 344.91 | 0.85 | 0.61 |
| Hex | F0 | 45 | 70 | 0 | 47 | 35 | 6 | 159 | 55 | 3D |
| Octal | 360 | 105 | 160 | 0 | 107 | 65 | 6 | 531 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1110000 | 0 | 1000111 | 110101 | 110 | 101011001 | 1010101 | 111101 |
Color Harmonies of #F04570
Complementary color
Monochromatic Colors of #F04570
Black with #F04570
Text Example
Text Example
White with #F04570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04570; }
p { color: rgb(240,69,112); }
H1.HeaderClassName
{
color: #F04570;
}
.AnyTagClassName
{
color: #F04570;
}
</style>
background-color css
<style>
a { background-color: #F04570; }
a { background-color: rgb(240,69,112); }
div.DivClassName
{
background-color: #F04570;
}
.BgClassName
{
background-color: #F04570;
}
</style>
border-color css
<style>
span { border-color: #F04570; }
span { border-color: rgb(240,69,112); }
td.TdClassName
{
border-color: #F04570;
}
.TagClassName
{
border-color: #F04570;
}
</style>