Shades of Dark Pink #F04E7B
Tints of Dark Pink #F04E7B
RGB
CMYK
RGB Variations
Color information
#F04E7B (or 0xF04E7B) is known color: Dark Pink. HEX triplet: F0, 4E and 7B. RGB value is (240,78,123). Sum of RGB (Red+Green+Blue) = 240+78+123=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E7B is #0FB184. Grayscale: #838383. Windows color (decimal): -1028485 or 8081136. OLE color: 8081136.
HSL color Cylindrical-coordinate representation of color #F04E7B: hue angle of 343.33º 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 #F04E7B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 123 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.06 |
| HSL | 343.33º | 0.84% | 0.62% | - |
| HSV(B) | 343.33º | 0.68% | 0.94% | - |
| XYZ | 42.23 | 25.4 | 21.42 | - |
| YUV | 131.57 | 123.17 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 123 | 0 | 0.68 | 0.49 | 0.06 | 343.33 | 0.84 | 0.62 |
| Hex | F0 | 4E | 7B | 0 | 44 | 31 | 6 | 157 | 54 | 3E |
| Octal | 360 | 116 | 173 | 0 | 104 | 61 | 6 | 527 | 124 | 76 |
| Binary | 11110000 | 1001110 | 1111011 | 0 | 1000100 | 110001 | 110 | 101010111 | 1010100 | 111110 |
Color Harmonies of #F04E7B
Complementary color
Monochromatic Colors of #F04E7B
Black with #F04E7B
Text Example
Text Example
White with #F04E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E7B; }
p { color: rgb(240,78,123); }
H1.HeaderClassName
{
color: #F04E7B;
}
.AnyTagClassName
{
color: #F04E7B;
}
</style>
background-color css
<style>
a { background-color: #F04E7B; }
a { background-color: rgb(240,78,123); }
div.DivClassName
{
background-color: #F04E7B;
}
.BgClassName
{
background-color: #F04E7B;
}
</style>
border-color css
<style>
span { border-color: #F04E7B; }
span { border-color: rgb(240,78,123); }
td.TdClassName
{
border-color: #F04E7B;
}
.TagClassName
{
border-color: #F04E7B;
}
</style>