Shades of Dark Pink #F04C70
Tints of Dark Pink #F04C70
RGB
CMYK
RGB Variations
Color information
#F04C70 (or 0xF04C70) is known color: Dark Pink. HEX triplet: F0, 4C and 70. RGB value is (240,76,112). Sum of RGB (Red+Green+Blue) = 240+76+112=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C70 is #0FB38F. Grayscale: #818181. Windows color (decimal): -1029008 or 7359728. OLE color: 7359728.
HSL color Cylindrical-coordinate representation of color #F04C70: hue angle of 346.83º degrees, saturation: 0.85, 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 #F04C70 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 112 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.06 |
| HSL | 346.83º | 0.85% | 0.62% | - |
| HSV(B) | 346.83º | 0.68% | 0.94% | - |
| XYZ | 41.44 | 24.86 | 17.94 | - |
| YUV | 129.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 112 | 0 | 0.68 | 0.53 | 0.06 | 346.83 | 0.85 | 0.62 |
| Hex | F0 | 4C | 70 | 0 | 44 | 35 | 6 | 15B | 55 | 3E |
| Octal | 360 | 114 | 160 | 0 | 104 | 65 | 6 | 533 | 125 | 76 |
| Binary | 11110000 | 1001100 | 1110000 | 0 | 1000100 | 110101 | 110 | 101011011 | 1010101 | 111110 |
Color Harmonies of #F04C70
Complementary color
Monochromatic Colors of #F04C70
Black with #F04C70
Text Example
Text Example
White with #F04C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C70; }
p { color: rgb(240,76,112); }
H1.HeaderClassName
{
color: #F04C70;
}
.AnyTagClassName
{
color: #F04C70;
}
</style>
background-color css
<style>
a { background-color: #F04C70; }
a { background-color: rgb(240,76,112); }
div.DivClassName
{
background-color: #F04C70;
}
.BgClassName
{
background-color: #F04C70;
}
</style>
border-color css
<style>
span { border-color: #F04C70; }
span { border-color: rgb(240,76,112); }
td.TdClassName
{
border-color: #F04C70;
}
.TagClassName
{
border-color: #F04C70;
}
</style>