Shades of Dark Pink #F04D70
Tints of Dark Pink #F04D70
RGB
CMYK
RGB Variations
Color information
#F04D70 (or 0xF04D70) is known color: Dark Pink. HEX triplet: F0, 4D and 70. RGB value is (240,77,112). Sum of RGB (Red+Green+Blue) = 240+77+112=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04D70 is #0FB28F. Grayscale: #818181. Windows color (decimal): -1028752 or 7359984. OLE color: 7359984.
HSL color Cylindrical-coordinate representation of color #F04D70: hue angle of 347.12º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04D70 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 112 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.06 |
| HSL | 347.12º | 0.84% | 0.62% | - |
| HSV(B) | 347.12º | 0.68% | 0.94% | - |
| XYZ | 41.51 | 25 | 17.97 | - |
| YUV | 129.73 | 118 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 112 | 0 | 0.68 | 0.53 | 0.06 | 347.12 | 0.84 | 0.62 |
| Hex | F0 | 4D | 70 | 0 | 44 | 35 | 6 | 15B | 54 | 3E |
| Octal | 360 | 115 | 160 | 0 | 104 | 65 | 6 | 533 | 124 | 76 |
| Binary | 11110000 | 1001101 | 1110000 | 0 | 1000100 | 110101 | 110 | 101011011 | 1010100 | 111110 |
Color Harmonies of #F04D70
Complementary color
Monochromatic Colors of #F04D70
Black with #F04D70
Text Example
Text Example
White with #F04D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D70; }
p { color: rgb(240,77,112); }
H1.HeaderClassName
{
color: #F04D70;
}
.AnyTagClassName
{
color: #F04D70;
}
</style>
background-color css
<style>
a { background-color: #F04D70; }
a { background-color: rgb(240,77,112); }
div.DivClassName
{
background-color: #F04D70;
}
.BgClassName
{
background-color: #F04D70;
}
</style>
border-color css
<style>
span { border-color: #F04D70; }
span { border-color: rgb(240,77,112); }
td.TdClassName
{
border-color: #F04D70;
}
.TagClassName
{
border-color: #F04D70;
}
</style>