Shades of Deep Pink #F42387
Tints of Deep Pink #F42387
RGB
CMYK
RGB Variations
Color information
#F42387 (or 0xF42387) is known color: Deep Pink. HEX triplet: F4, 23 and 87. RGB value is (244,35,135). Sum of RGB (Red+Green+Blue) = 244+35+135=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F42387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42387 is #0BDC78. Grayscale: #6C6C6C. Windows color (decimal): -777337 or 8856564. OLE color: 8856564.
HSL color Cylindrical-coordinate representation of color #F42387: hue angle of 331.29º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42387 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 135 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.04 |
| HSL | 331.29º | 0.9% | 0.55% | - |
| HSV(B) | 331.29º | 0.86% | 0.96% | - |
| XYZ | 42.28 | 22.18 | 24.98 | - |
| YUV | 108.89 | 142.74 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 135 | 0 | 0.86 | 0.45 | 0.04 | 331.29 | 0.9 | 0.55 |
| Hex | F4 | 23 | 87 | 0 | 56 | 2D | 4 | 14B | 5A | 37 |
| Octal | 364 | 43 | 207 | 0 | 126 | 55 | 4 | 513 | 132 | 67 |
| Binary | 11110100 | 100011 | 10000111 | 0 | 1010110 | 101101 | 100 | 101001011 | 1011010 | 110111 |
Color Harmonies of #F42387
Complementary color
Monochromatic Colors of #F42387
Black with #F42387
Text Example
Text Example
White with #F42387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42387; }
p { color: rgb(244,35,135); }
H1.HeaderClassName
{
color: #F42387;
}
.AnyTagClassName
{
color: #F42387;
}
</style>
background-color css
<style>
a { background-color: #F42387; }
a { background-color: rgb(244,35,135); }
div.DivClassName
{
background-color: #F42387;
}
.BgClassName
{
background-color: #F42387;
}
</style>
border-color css
<style>
span { border-color: #F42387; }
span { border-color: rgb(244,35,135); }
td.TdClassName
{
border-color: #F42387;
}
.TagClassName
{
border-color: #F42387;
}
</style>