Shades of Deep Pink #F4227E
Tints of Deep Pink #F4227E
RGB
CMYK
RGB Variations
Color information
#F4227E (or 0xF4227E) is known color: Deep Pink. HEX triplet: F4, 22 and 7E. RGB value is (244,34,126). Sum of RGB (Red+Green+Blue) = 244+34+126=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F4227E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4227E is #0BDD81. Grayscale: #6B6B6B. Windows color (decimal): -777602 or 8266484. OLE color: 8266484.
HSL color Cylindrical-coordinate representation of color #F4227E: hue angle of 333.71º 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 #F4227E is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 126 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.04 |
| HSL | 333.71º | 0.91% | 0.55% | - |
| HSV(B) | 333.71º | 0.86% | 0.96% | - |
| XYZ | 41.65 | 21.88 | 21.77 | - |
| YUV | 107.28 | 138.57 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 126 | 0 | 0.86 | 0.48 | 0.04 | 333.71 | 0.91 | 0.55 |
| Hex | F4 | 22 | 7E | 0 | 56 | 30 | 4 | 14E | 5B | 37 |
| Octal | 364 | 42 | 176 | 0 | 126 | 60 | 4 | 516 | 133 | 67 |
| Binary | 11110100 | 100010 | 1111110 | 0 | 1010110 | 110000 | 100 | 101001110 | 1011011 | 110111 |
Color Harmonies of #F4227E
Complementary color
Monochromatic Colors of #F4227E
Black with #F4227E
Text Example
Text Example
White with #F4227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4227E; }
p { color: rgb(244,34,126); }
H1.HeaderClassName
{
color: #F4227E;
}
.AnyTagClassName
{
color: #F4227E;
}
</style>
background-color css
<style>
a { background-color: #F4227E; }
a { background-color: rgb(244,34,126); }
div.DivClassName
{
background-color: #F4227E;
}
.BgClassName
{
background-color: #F4227E;
}
</style>
border-color css
<style>
span { border-color: #F4227E; }
span { border-color: rgb(244,34,126); }
td.TdClassName
{
border-color: #F4227E;
}
.TagClassName
{
border-color: #F4227E;
}
</style>