Shades of Dark Pink #F04272
Tints of Dark Pink #F04272
RGB
CMYK
RGB Variations
Color information
#F04272 (or 0xF04272) is known color: Dark Pink. HEX triplet: F0, 42 and 72. RGB value is (240,66,114). Sum of RGB (Red+Green+Blue) = 240+66+114=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F04272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04272 is #0FBD8D. Grayscale: #7B7B7B. Windows color (decimal): -1031566 or 7488240. OLE color: 7488240.
HSL color Cylindrical-coordinate representation of color #F04272: hue angle of 343.45º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04272 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 114 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.06 |
| HSL | 343.45º | 0.85% | 0.6% | - |
| HSV(B) | 343.45º | 0.73% | 0.94% | - |
| XYZ | 40.92 | 23.64 | 18.33 | - |
| YUV | 123.5 | 122.65 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 114 | 0 | 0.72 | 0.52 | 0.06 | 343.45 | 0.85 | 0.6 |
| Hex | F0 | 42 | 72 | 0 | 48 | 34 | 6 | 157 | 55 | 3C |
| Octal | 360 | 102 | 162 | 0 | 110 | 64 | 6 | 527 | 125 | 74 |
| Binary | 11110000 | 1000010 | 1110010 | 0 | 1001000 | 110100 | 110 | 101010111 | 1010101 | 111100 |
Color Harmonies of #F04272
Complementary color
Monochromatic Colors of #F04272
Black with #F04272
Text Example
Text Example
White with #F04272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04272; }
p { color: rgb(240,66,114); }
H1.HeaderClassName
{
color: #F04272;
}
.AnyTagClassName
{
color: #F04272;
}
</style>
background-color css
<style>
a { background-color: #F04272; }
a { background-color: rgb(240,66,114); }
div.DivClassName
{
background-color: #F04272;
}
.BgClassName
{
background-color: #F04272;
}
</style>
border-color css
<style>
span { border-color: #F04272; }
span { border-color: rgb(240,66,114); }
td.TdClassName
{
border-color: #F04272;
}
.TagClassName
{
border-color: #F04272;
}
</style>