Shades of Dark Pink #F04875
Tints of Dark Pink #F04875
RGB
CMYK
RGB Variations
Color information
#F04875 (or 0xF04875) is known color: Dark Pink. HEX triplet: F0, 48 and 75. RGB value is (240,72,117). Sum of RGB (Red+Green+Blue) = 240+72+117=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F04875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04875 is #0FB78A. Grayscale: #7F7F7F. Windows color (decimal): -1030027 or 7686384. OLE color: 7686384.
HSL color Cylindrical-coordinate representation of color #F04875: hue angle of 343.93º 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 #F04875 is Cyan = 0, Magento = 0.7, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 117 | - |
| CMYK | 0 | 0.7 | 0.51 | 0.06 |
| HSL | 343.93º | 0.85% | 0.61% | - |
| HSV(B) | 343.93º | 0.7% | 0.94% | - |
| XYZ | 41.46 | 24.44 | 19.36 | - |
| YUV | 127.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 117 | 0 | 0.7 | 0.51 | 0.06 | 343.93 | 0.85 | 0.61 |
| Hex | F0 | 48 | 75 | 0 | 46 | 33 | 6 | 158 | 55 | 3D |
| Octal | 360 | 110 | 165 | 0 | 106 | 63 | 6 | 530 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1110101 | 0 | 1000110 | 110011 | 110 | 101011000 | 1010101 | 111101 |
Color Harmonies of #F04875
Complementary color
Monochromatic Colors of #F04875
Black with #F04875
Text Example
Text Example
White with #F04875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04875; }
p { color: rgb(240,72,117); }
H1.HeaderClassName
{
color: #F04875;
}
.AnyTagClassName
{
color: #F04875;
}
</style>
background-color css
<style>
a { background-color: #F04875; }
a { background-color: rgb(240,72,117); }
div.DivClassName
{
background-color: #F04875;
}
.BgClassName
{
background-color: #F04875;
}
</style>
border-color css
<style>
span { border-color: #F04875; }
span { border-color: rgb(240,72,117); }
td.TdClassName
{
border-color: #F04875;
}
.TagClassName
{
border-color: #F04875;
}
</style>