Shades of Dark Pink #F04E7F
Tints of Dark Pink #F04E7F
RGB
CMYK
RGB Variations
Color information
#F04E7F (or 0xF04E7F) is known color: Dark Pink. HEX triplet: F0, 4E and 7F. RGB value is (240,78,127). Sum of RGB (Red+Green+Blue) = 240+78+127=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E7F is #0FB180. Grayscale: #838383. Windows color (decimal): -1028481 or 8343280. OLE color: 8343280.
HSL color Cylindrical-coordinate representation of color #F04E7F: hue angle of 341.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04E7F is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 127 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.06 |
| HSL | 341.85º | 0.84% | 0.62% | - |
| HSV(B) | 341.85º | 0.68% | 0.94% | - |
| XYZ | 42.49 | 25.51 | 22.76 | - |
| YUV | 132.02 | 125.17 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 127 | 0 | 0.68 | 0.47 | 0.06 | 341.85 | 0.84 | 0.62 |
| Hex | F0 | 4E | 7F | 0 | 44 | 2F | 6 | 156 | 54 | 3E |
| Octal | 360 | 116 | 177 | 0 | 104 | 57 | 6 | 526 | 124 | 76 |
| Binary | 11110000 | 1001110 | 1111111 | 0 | 1000100 | 101111 | 110 | 101010110 | 1010100 | 111110 |
Color Harmonies of #F04E7F
Complementary color
Monochromatic Colors of #F04E7F
Black with #F04E7F
Text Example
Text Example
White with #F04E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E7F; }
p { color: rgb(240,78,127); }
H1.HeaderClassName
{
color: #F04E7F;
}
.AnyTagClassName
{
color: #F04E7F;
}
</style>
background-color css
<style>
a { background-color: #F04E7F; }
a { background-color: rgb(240,78,127); }
div.DivClassName
{
background-color: #F04E7F;
}
.BgClassName
{
background-color: #F04E7F;
}
</style>
border-color css
<style>
span { border-color: #F04E7F; }
span { border-color: rgb(240,78,127); }
td.TdClassName
{
border-color: #F04E7F;
}
.TagClassName
{
border-color: #F04E7F;
}
</style>