Shades of Dark Pink #F04F75
Tints of Dark Pink #F04F75
RGB
CMYK
RGB Variations
Color information
#F04F75 (or 0xF04F75) is known color: Dark Pink. HEX triplet: F0, 4F and 75. RGB value is (240,79,117). Sum of RGB (Red+Green+Blue) = 240+79+117=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F75 is #0FB08A. Grayscale: #838383. Windows color (decimal): -1028235 or 7688176. OLE color: 7688176.
HSL color Cylindrical-coordinate representation of color #F04F75: hue angle of 345.84º 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 #F04F75 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 117 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.06 |
| HSL | 345.84º | 0.84% | 0.63% | - |
| HSV(B) | 345.84º | 0.67% | 0.94% | - |
| XYZ | 41.94 | 25.4 | 19.52 | - |
| YUV | 131.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 117 | 0 | 0.67 | 0.51 | 0.06 | 345.84 | 0.84 | 0.63 |
| Hex | F0 | 4F | 75 | 0 | 43 | 33 | 6 | 15A | 54 | 3F |
| Octal | 360 | 117 | 165 | 0 | 103 | 63 | 6 | 532 | 124 | 77 |
| Binary | 11110000 | 1001111 | 1110101 | 0 | 1000011 | 110011 | 110 | 101011010 | 1010100 | 111111 |
Color Harmonies of #F04F75
Complementary color
Monochromatic Colors of #F04F75
Black with #F04F75
Text Example
Text Example
White with #F04F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F75; }
p { color: rgb(240,79,117); }
H1.HeaderClassName
{
color: #F04F75;
}
.AnyTagClassName
{
color: #F04F75;
}
</style>
background-color css
<style>
a { background-color: #F04F75; }
a { background-color: rgb(240,79,117); }
div.DivClassName
{
background-color: #F04F75;
}
.BgClassName
{
background-color: #F04F75;
}
</style>
border-color css
<style>
span { border-color: #F04F75; }
span { border-color: rgb(240,79,117); }
td.TdClassName
{
border-color: #F04F75;
}
.TagClassName
{
border-color: #F04F75;
}
</style>