Shades of Deep Pink #F4217D
Tints of Deep Pink #F4217D
RGB
CMYK
RGB Variations
Color information
#F4217D (or 0xF4217D) is known color: Deep Pink. HEX triplet: F4, 21 and 7D. RGB value is (244,33,125). Sum of RGB (Red+Green+Blue) = 244+33+125=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F4217D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4217D is #0BDE82. Grayscale: #6A6A6A. Windows color (decimal): -777859 or 8200692. OLE color: 8200692.
HSL color Cylindrical-coordinate representation of color #F4217D: hue angle of 333.84º 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 #F4217D is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 125 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.04 |
| HSL | 333.84º | 0.91% | 0.54% | - |
| HSV(B) | 333.84º | 0.86% | 0.96% | - |
| XYZ | 41.55 | 21.8 | 21.42 | - |
| YUV | 106.58 | 138.4 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 125 | 0 | 0.86 | 0.49 | 0.04 | 333.84 | 0.91 | 0.54 |
| Hex | F4 | 21 | 7D | 0 | 56 | 31 | 4 | 14E | 5B | 36 |
| Octal | 364 | 41 | 175 | 0 | 126 | 61 | 4 | 516 | 133 | 66 |
| Binary | 11110100 | 100001 | 1111101 | 0 | 1010110 | 110001 | 100 | 101001110 | 1011011 | 110110 |
Color Harmonies of #F4217D
Complementary color
Monochromatic Colors of #F4217D
Black with #F4217D
Text Example
Text Example
White with #F4217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4217D; }
p { color: rgb(244,33,125); }
H1.HeaderClassName
{
color: #F4217D;
}
.AnyTagClassName
{
color: #F4217D;
}
</style>
background-color css
<style>
a { background-color: #F4217D; }
a { background-color: rgb(244,33,125); }
div.DivClassName
{
background-color: #F4217D;
}
.BgClassName
{
background-color: #F4217D;
}
</style>
border-color css
<style>
span { border-color: #F4217D; }
span { border-color: rgb(244,33,125); }
td.TdClassName
{
border-color: #F4217D;
}
.TagClassName
{
border-color: #F4217D;
}
</style>