Shades of Dark Pink #F04772
Tints of Dark Pink #F04772
RGB
CMYK
RGB Variations
Color information
#F04772 (or 0xF04772) is known color: Dark Pink. HEX triplet: F0, 47 and 72. RGB value is (240,71,114). Sum of RGB (Red+Green+Blue) = 240+71+114=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F04772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04772 is #0FB88D. Grayscale: #7E7E7E. Windows color (decimal): -1030286 or 7489520. OLE color: 7489520.
HSL color Cylindrical-coordinate representation of color #F04772: hue angle of 344.73º 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 #F04772 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 114 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.06 |
| HSL | 344.73º | 0.85% | 0.61% | - |
| HSV(B) | 344.73º | 0.7% | 0.94% | - |
| XYZ | 41.23 | 24.25 | 18.43 | - |
| YUV | 126.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 114 | 0 | 0.70 | 0.52 | 0.06 | 344.73 | 0.85 | 0.61 |
| Hex | F0 | 47 | 72 | 0 | 46 | 34 | 6 | 159 | 55 | 3D |
| Octal | 360 | 107 | 162 | 0 | 106 | 64 | 6 | 531 | 125 | 75 |
| Binary | 11110000 | 1000111 | 1110010 | 0 | 1000110 | 110100 | 110 | 101011001 | 1010101 | 111101 |
Color Harmonies of #F04772
Complementary color
Monochromatic Colors of #F04772
Black with #F04772
Text Example
Text Example
White with #F04772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04772; }
p { color: rgb(240,71,114); }
H1.HeaderClassName
{
color: #F04772;
}
.AnyTagClassName
{
color: #F04772;
}
</style>
background-color css
<style>
a { background-color: #F04772; }
a { background-color: rgb(240,71,114); }
div.DivClassName
{
background-color: #F04772;
}
.BgClassName
{
background-color: #F04772;
}
</style>
border-color css
<style>
span { border-color: #F04772; }
span { border-color: rgb(240,71,114); }
td.TdClassName
{
border-color: #F04772;
}
.TagClassName
{
border-color: #F04772;
}
</style>