Shades of Deep Pink #F42188
Tints of Deep Pink #F42188
RGB
CMYK
RGB Variations
Color information
#F42188 (or 0xF42188) is known color: Deep Pink. HEX triplet: F4, 21 and 88. RGB value is (244,33,136). Sum of RGB (Red+Green+Blue) = 244+33+136=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F42188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42188 is #0BDE77. Grayscale: #6B6B6B. Windows color (decimal): -777848 or 8921588. OLE color: 8921588.
HSL color Cylindrical-coordinate representation of color #F42188: hue angle of 330.71º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42188 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 136 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.04 |
| HSL | 330.71º | 0.91% | 0.54% | - |
| HSV(B) | 330.71º | 0.86% | 0.96% | - |
| XYZ | 42.3 | 22.1 | 25.33 | - |
| YUV | 107.83 | 143.9 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 136 | 0 | 0.86 | 0.44 | 0.04 | 330.71 | 0.91 | 0.54 |
| Hex | F4 | 21 | 88 | 0 | 56 | 2C | 4 | 14B | 5B | 36 |
| Octal | 364 | 41 | 210 | 0 | 126 | 54 | 4 | 513 | 133 | 66 |
| Binary | 11110100 | 100001 | 10001000 | 0 | 1010110 | 101100 | 100 | 101001011 | 1011011 | 110110 |
Color Harmonies of #F42188
Complementary color
Monochromatic Colors of #F42188
Black with #F42188
Text Example
Text Example
White with #F42188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42188; }
p { color: rgb(244,33,136); }
H1.HeaderClassName
{
color: #F42188;
}
.AnyTagClassName
{
color: #F42188;
}
</style>
background-color css
<style>
a { background-color: #F42188; }
a { background-color: rgb(244,33,136); }
div.DivClassName
{
background-color: #F42188;
}
.BgClassName
{
background-color: #F42188;
}
</style>
border-color css
<style>
span { border-color: #F42188; }
span { border-color: rgb(244,33,136); }
td.TdClassName
{
border-color: #F42188;
}
.TagClassName
{
border-color: #F42188;
}
</style>