Shades of Dark Pink #F04F81
Tints of Dark Pink #F04F81
RGB
CMYK
RGB Variations
Color information
#F04F81 (or 0xF04F81) is known color: Dark Pink. HEX triplet: F0, 4F and 81. RGB value is (240,79,129). Sum of RGB (Red+Green+Blue) = 240+79+129=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F04F81 is #0FB07E. Grayscale: #848484. Windows color (decimal): -1028223 or 8474608. OLE color: 8474608.
HSL color Cylindrical-coordinate representation of color #F04F81: hue angle of 341.37º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04F81 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 129 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.06 |
| HSL | 341.37º | 0.84% | 0.63% | - |
| HSV(B) | 341.37º | 0.67% | 0.94% | - |
| XYZ | 42.69 | 25.7 | 23.48 | - |
| YUV | 132.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 129 | 0 | 0.67 | 0.46 | 0.06 | 341.37 | 0.84 | 0.63 |
| Hex | F0 | 4F | 81 | 0 | 43 | 2E | 6 | 155 | 54 | 3F |
| Octal | 360 | 117 | 201 | 0 | 103 | 56 | 6 | 525 | 124 | 77 |
| Binary | 11110000 | 1001111 | 10000001 | 0 | 1000011 | 101110 | 110 | 101010101 | 1010100 | 111111 |
Color Harmonies of #F04F81
Complementary color
Monochromatic Colors of #F04F81
Black with #F04F81
Text Example
Text Example
White with #F04F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F81; }
p { color: rgb(240,79,129); }
H1.HeaderClassName
{
color: #F04F81;
}
.AnyTagClassName
{
color: #F04F81;
}
</style>
background-color css
<style>
a { background-color: #F04F81; }
a { background-color: rgb(240,79,129); }
div.DivClassName
{
background-color: #F04F81;
}
.BgClassName
{
background-color: #F04F81;
}
</style>
border-color css
<style>
span { border-color: #F04F81; }
span { border-color: rgb(240,79,129); }
td.TdClassName
{
border-color: #F04F81;
}
.TagClassName
{
border-color: #F04F81;
}
</style>