Shades of Deep Pink #F42195
Tints of Deep Pink #F42195
RGB
CMYK
RGB Variations
Color information
#F42195 (or 0xF42195) is known color: Deep Pink. HEX triplet: F4, 21 and 95. RGB value is (244,33,149). Sum of RGB (Red+Green+Blue) = 244+33+149=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F42195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42195 is #0BDE6A. Grayscale: #6D6D6D. Windows color (decimal): -777835 or 9773556. OLE color: 9773556.
HSL color Cylindrical-coordinate representation of color #F42195: hue angle of 327.01º 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 #F42195 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 149 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.04 |
| HSL | 327.01º | 0.91% | 0.54% | - |
| HSV(B) | 327.01º | 0.86% | 0.96% | - |
| XYZ | 43.28 | 22.49 | 30.49 | - |
| YUV | 109.31 | 150.4 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 149 | 0 | 0.86 | 0.39 | 0.04 | 327.01 | 0.91 | 0.54 |
| Hex | F4 | 21 | 95 | 0 | 56 | 27 | 4 | 147 | 5B | 36 |
| Octal | 364 | 41 | 225 | 0 | 126 | 47 | 4 | 507 | 133 | 66 |
| Binary | 11110100 | 100001 | 10010101 | 0 | 1010110 | 100111 | 100 | 101000111 | 1011011 | 110110 |
Color Harmonies of #F42195
Complementary color
Monochromatic Colors of #F42195
Black with #F42195
Text Example
Text Example
White with #F42195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42195; }
p { color: rgb(244,33,149); }
H1.HeaderClassName
{
color: #F42195;
}
.AnyTagClassName
{
color: #F42195;
}
</style>
background-color css
<style>
a { background-color: #F42195; }
a { background-color: rgb(244,33,149); }
div.DivClassName
{
background-color: #F42195;
}
.BgClassName
{
background-color: #F42195;
}
</style>
border-color css
<style>
span { border-color: #F42195; }
span { border-color: rgb(244,33,149); }
td.TdClassName
{
border-color: #F42195;
}
.TagClassName
{
border-color: #F42195;
}
</style>