Shades of Deep Pink #F4217C
Tints of Deep Pink #F4217C
RGB
CMYK
RGB Variations
Color information
#F4217C (or 0xF4217C) is known color: Deep Pink. HEX triplet: F4, 21 and 7C. RGB value is (244,33,124). Sum of RGB (Red+Green+Blue) = 244+33+124=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F4217C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4217C is #0BDE83. Grayscale: #6A6A6A. Windows color (decimal): -777860 or 8135156. OLE color: 8135156.
HSL color Cylindrical-coordinate representation of color #F4217C: hue angle of 334.12º 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 #F4217C is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 124 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.04 |
| HSL | 334.12º | 0.91% | 0.54% | - |
| HSV(B) | 334.12º | 0.86% | 0.96% | - |
| XYZ | 41.49 | 21.78 | 21.09 | - |
| YUV | 106.46 | 137.9 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 124 | 0 | 0.86 | 0.49 | 0.04 | 334.12 | 0.91 | 0.54 |
| Hex | F4 | 21 | 7C | 0 | 56 | 31 | 4 | 14E | 5B | 36 |
| Octal | 364 | 41 | 174 | 0 | 126 | 61 | 4 | 516 | 133 | 66 |
| Binary | 11110100 | 100001 | 1111100 | 0 | 1010110 | 110001 | 100 | 101001110 | 1011011 | 110110 |
Color Harmonies of #F4217C
Complementary color
Monochromatic Colors of #F4217C
Black with #F4217C
Text Example
Text Example
White with #F4217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4217C; }
p { color: rgb(244,33,124); }
H1.HeaderClassName
{
color: #F4217C;
}
.AnyTagClassName
{
color: #F4217C;
}
</style>
background-color css
<style>
a { background-color: #F4217C; }
a { background-color: rgb(244,33,124); }
div.DivClassName
{
background-color: #F4217C;
}
.BgClassName
{
background-color: #F4217C;
}
</style>
border-color css
<style>
span { border-color: #F4217C; }
span { border-color: rgb(244,33,124); }
td.TdClassName
{
border-color: #F4217C;
}
.TagClassName
{
border-color: #F4217C;
}
</style>