Shades of Deep Pink #F42287
Tints of Deep Pink #F42287
RGB
CMYK
RGB Variations
Color information
#F42287 (or 0xF42287) is known color: Deep Pink. HEX triplet: F4, 22 and 87. RGB value is (244,34,135). Sum of RGB (Red+Green+Blue) = 244+34+135=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F42287 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42287 is #0BDD78. Grayscale: #6C6C6C. Windows color (decimal): -777593 or 8856308. OLE color: 8856308.
HSL color Cylindrical-coordinate representation of color #F42287: hue angle of 331.14º degrees, saturation: 0.91, 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 #F42287 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 135 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.04 |
| HSL | 331.14º | 0.91% | 0.55% | - |
| HSV(B) | 331.14º | 0.86% | 0.96% | - |
| XYZ | 42.25 | 22.13 | 24.97 | - |
| YUV | 108.3 | 143.07 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 135 | 0 | 0.86 | 0.45 | 0.04 | 331.14 | 0.91 | 0.55 |
| Hex | F4 | 22 | 87 | 0 | 56 | 2D | 4 | 14B | 5B | 37 |
| Octal | 364 | 42 | 207 | 0 | 126 | 55 | 4 | 513 | 133 | 67 |
| Binary | 11110100 | 100010 | 10000111 | 0 | 1010110 | 101101 | 100 | 101001011 | 1011011 | 110111 |
Color Harmonies of #F42287
Complementary color
Monochromatic Colors of #F42287
Black with #F42287
Text Example
Text Example
White with #F42287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42287; }
p { color: rgb(244,34,135); }
H1.HeaderClassName
{
color: #F42287;
}
.AnyTagClassName
{
color: #F42287;
}
</style>
background-color css
<style>
a { background-color: #F42287; }
a { background-color: rgb(244,34,135); }
div.DivClassName
{
background-color: #F42287;
}
.BgClassName
{
background-color: #F42287;
}
</style>
border-color css
<style>
span { border-color: #F42287; }
span { border-color: rgb(244,34,135); }
td.TdClassName
{
border-color: #F42287;
}
.TagClassName
{
border-color: #F42287;
}
</style>