Shades of Dark Pink #F04F76
Tints of Dark Pink #F04F76
RGB
CMYK
RGB Variations
Color information
#F04F76 (or 0xF04F76) is known color: Dark Pink. HEX triplet: F0, 4F and 76. RGB value is (240,79,118). Sum of RGB (Red+Green+Blue) = 240+79+118=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F76 is #0FB089. Grayscale: #838383. Windows color (decimal): -1028234 or 7753712. OLE color: 7753712.
HSL color Cylindrical-coordinate representation of color #F04F76: hue angle of 345.47º 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 #F04F76 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 118 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.06 |
| HSL | 345.47º | 0.84% | 0.63% | - |
| HSV(B) | 345.47º | 0.67% | 0.94% | - |
| XYZ | 42 | 25.43 | 19.83 | - |
| YUV | 131.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 118 | 0 | 0.67 | 0.51 | 0.06 | 345.47 | 0.84 | 0.63 |
| Hex | F0 | 4F | 76 | 0 | 43 | 33 | 6 | 159 | 54 | 3F |
| Octal | 360 | 117 | 166 | 0 | 103 | 63 | 6 | 531 | 124 | 77 |
| Binary | 11110000 | 1001111 | 1110110 | 0 | 1000011 | 110011 | 110 | 101011001 | 1010100 | 111111 |
Color Harmonies of #F04F76
Complementary color
Monochromatic Colors of #F04F76
Black with #F04F76
Text Example
Text Example
White with #F04F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F76; }
p { color: rgb(240,79,118); }
H1.HeaderClassName
{
color: #F04F76;
}
.AnyTagClassName
{
color: #F04F76;
}
</style>
background-color css
<style>
a { background-color: #F04F76; }
a { background-color: rgb(240,79,118); }
div.DivClassName
{
background-color: #F04F76;
}
.BgClassName
{
background-color: #F04F76;
}
</style>
border-color css
<style>
span { border-color: #F04F76; }
span { border-color: rgb(240,79,118); }
td.TdClassName
{
border-color: #F04F76;
}
.TagClassName
{
border-color: #F04F76;
}
</style>