Shades of Deep Pink #F4227C
Tints of Deep Pink #F4227C
RGB
CMYK
RGB Variations
Color information
#F4227C (or 0xF4227C) is known color: Deep Pink. HEX triplet: F4, 22 and 7C. RGB value is (244,34,124). Sum of RGB (Red+Green+Blue) = 244+34+124=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F4227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4227C is #0BDD83. Grayscale: #6A6A6A. Windows color (decimal): -777604 or 8135412. OLE color: 8135412.
HSL color Cylindrical-coordinate representation of color #F4227C: hue angle of 334.29º 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 #F4227C is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 124 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.04 |
| HSL | 334.29º | 0.91% | 0.55% | - |
| HSV(B) | 334.29º | 0.86% | 0.96% | - |
| XYZ | 41.52 | 21.83 | 21.09 | - |
| YUV | 107.05 | 137.57 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 124 | 0 | 0.86 | 0.49 | 0.04 | 334.29 | 0.91 | 0.55 |
| Hex | F4 | 22 | 7C | 0 | 56 | 31 | 4 | 14E | 5B | 37 |
| Octal | 364 | 42 | 174 | 0 | 126 | 61 | 4 | 516 | 133 | 67 |
| Binary | 11110100 | 100010 | 1111100 | 0 | 1010110 | 110001 | 100 | 101001110 | 1011011 | 110111 |
Color Harmonies of #F4227C
Complementary color
Monochromatic Colors of #F4227C
Black with #F4227C
Text Example
Text Example
White with #F4227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4227C; }
p { color: rgb(244,34,124); }
H1.HeaderClassName
{
color: #F4227C;
}
.AnyTagClassName
{
color: #F4227C;
}
</style>
background-color css
<style>
a { background-color: #F4227C; }
a { background-color: rgb(244,34,124); }
div.DivClassName
{
background-color: #F4227C;
}
.BgClassName
{
background-color: #F4227C;
}
</style>
border-color css
<style>
span { border-color: #F4227C; }
span { border-color: rgb(244,34,124); }
td.TdClassName
{
border-color: #F4227C;
}
.TagClassName
{
border-color: #F4227C;
}
</style>