Shades of Dark Pink #F04E7C
Tints of Dark Pink #F04E7C
RGB
CMYK
RGB Variations
Color information
#F04E7C (or 0xF04E7C) is known color: Dark Pink. HEX triplet: F0, 4E and 7C. RGB value is (240,78,124). Sum of RGB (Red+Green+Blue) = 240+78+124=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E7C is #0FB183. Grayscale: #838383. Windows color (decimal): -1028484 or 8146672. OLE color: 8146672.
HSL color Cylindrical-coordinate representation of color #F04E7C: hue angle of 342.96º 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 #F04E7C is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 124 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.06 |
| HSL | 342.96º | 0.84% | 0.62% | - |
| HSV(B) | 342.96º | 0.68% | 0.94% | - |
| XYZ | 42.3 | 25.43 | 21.75 | - |
| YUV | 131.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 124 | 0 | 0.68 | 0.48 | 0.06 | 342.96 | 0.84 | 0.62 |
| Hex | F0 | 4E | 7C | 0 | 44 | 30 | 6 | 157 | 54 | 3E |
| Octal | 360 | 116 | 174 | 0 | 104 | 60 | 6 | 527 | 124 | 76 |
| Binary | 11110000 | 1001110 | 1111100 | 0 | 1000100 | 110000 | 110 | 101010111 | 1010100 | 111110 |
Color Harmonies of #F04E7C
Complementary color
Monochromatic Colors of #F04E7C
Black with #F04E7C
Text Example
Text Example
White with #F04E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E7C; }
p { color: rgb(240,78,124); }
H1.HeaderClassName
{
color: #F04E7C;
}
.AnyTagClassName
{
color: #F04E7C;
}
</style>
background-color css
<style>
a { background-color: #F04E7C; }
a { background-color: rgb(240,78,124); }
div.DivClassName
{
background-color: #F04E7C;
}
.BgClassName
{
background-color: #F04E7C;
}
</style>
border-color css
<style>
span { border-color: #F04E7C; }
span { border-color: rgb(240,78,124); }
td.TdClassName
{
border-color: #F04E7C;
}
.TagClassName
{
border-color: #F04E7C;
}
</style>