Shades of Deep Pink #F4087E
Tints of Deep Pink #F4087E
RGB
CMYK
RGB Variations
Color information
#F4087E (or 0xF4087E) is known color: Deep Pink. HEX triplet: F4, 08 and 7E. RGB value is (244,8,126). Sum of RGB (Red+Green+Blue) = 244+8+126=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F4087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4087E is #0BF781. Grayscale: #5B5B5B. Windows color (decimal): -784258 or 8259828. OLE color: 8259828.
HSL color Cylindrical-coordinate representation of color #F4087E: hue angle of 330º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4087E is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 126 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.04 |
| HSL | 330º | 0.94% | 0.49% | - |
| HSV(B) | 330º | 0.97% | 0.96% | - |
| XYZ | 41.16 | 20.91 | 21.61 | - |
| YUV | 92.02 | 147.19 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 126 | 0 | 0.97 | 0.48 | 0.04 | 330 | 0.94 | 0.49 |
| Hex | F4 | 8 | 7E | 0 | 61 | 30 | 4 | 14A | 5E | 31 |
| Octal | 364 | 10 | 176 | 0 | 141 | 60 | 4 | 512 | 136 | 61 |
| Binary | 11110100 | 1000 | 1111110 | 0 | 1100001 | 110000 | 100 | 101001010 | 1011110 | 110001 |
Color Harmonies of #F4087E
Complementary color
Monochromatic Colors of #F4087E
Black with #F4087E
Text Example
Text Example
White with #F4087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4087E; }
p { color: rgb(244,8,126); }
H1.HeaderClassName
{
color: #F4087E;
}
.AnyTagClassName
{
color: #F4087E;
}
</style>
background-color css
<style>
a { background-color: #F4087E; }
a { background-color: rgb(244,8,126); }
div.DivClassName
{
background-color: #F4087E;
}
.BgClassName
{
background-color: #F4087E;
}
</style>
border-color css
<style>
span { border-color: #F4087E; }
span { border-color: rgb(244,8,126); }
td.TdClassName
{
border-color: #F4087E;
}
.TagClassName
{
border-color: #F4087E;
}
</style>