Shades of Deep Pink #F42177
Tints of Deep Pink #F42177
RGB
CMYK
RGB Variations
Color information
#F42177 (or 0xF42177) is known color: Deep Pink. HEX triplet: F4, 21 and 77. RGB value is (244,33,119). Sum of RGB (Red+Green+Blue) = 244+33+119=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F42177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42177 is #0BDE88. Grayscale: #696969. Windows color (decimal): -777865 or 7807476. OLE color: 7807476.
HSL color Cylindrical-coordinate representation of color #F42177: hue angle of 335.55º 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 #F42177 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 119 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.04 |
| HSL | 335.55º | 0.91% | 0.54% | - |
| HSV(B) | 335.55º | 0.86% | 0.96% | - |
| XYZ | 41.18 | 21.65 | 19.46 | - |
| YUV | 105.89 | 135.4 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 119 | 0 | 0.86 | 0.51 | 0.04 | 335.55 | 0.91 | 0.54 |
| Hex | F4 | 21 | 77 | 0 | 56 | 33 | 4 | 150 | 5B | 36 |
| Octal | 364 | 41 | 167 | 0 | 126 | 63 | 4 | 520 | 133 | 66 |
| Binary | 11110100 | 100001 | 1110111 | 0 | 1010110 | 110011 | 100 | 101010000 | 1011011 | 110110 |
Color Harmonies of #F42177
Complementary color
Monochromatic Colors of #F42177
Black with #F42177
Text Example
Text Example
White with #F42177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42177; }
p { color: rgb(244,33,119); }
H1.HeaderClassName
{
color: #F42177;
}
.AnyTagClassName
{
color: #F42177;
}
</style>
background-color css
<style>
a { background-color: #F42177; }
a { background-color: rgb(244,33,119); }
div.DivClassName
{
background-color: #F42177;
}
.BgClassName
{
background-color: #F42177;
}
</style>
border-color css
<style>
span { border-color: #F42177; }
span { border-color: rgb(244,33,119); }
td.TdClassName
{
border-color: #F42177;
}
.TagClassName
{
border-color: #F42177;
}
</style>