Shades of Deep Pink #F2217C
Tints of Deep Pink #F2217C
RGB
CMYK
RGB Variations
Color information
#F2217C (or 0xF2217C) is known color: Deep Pink. HEX triplet: F2, 21 and 7C. RGB value is (242,33,124). Sum of RGB (Red+Green+Blue) = 242+33+124=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2217C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2217C is #0DDE83. Grayscale: #696969. Windows color (decimal): -908932 or 8135154. OLE color: 8135154.
HSL color Cylindrical-coordinate representation of color #F2217C: hue angle of 333.88º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2217C is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 124 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.05 |
| HSL | 333.88º | 0.89% | 0.54% | - |
| HSV(B) | 333.88º | 0.86% | 0.95% | - |
| XYZ | 40.8 | 21.42 | 21.05 | - |
| YUV | 105.87 | 138.24 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 124 | 0 | 0.86 | 0.49 | 0.05 | 333.88 | 0.89 | 0.54 |
| Hex | F2 | 21 | 7C | 0 | 56 | 31 | 5 | 14E | 59 | 36 |
| Octal | 362 | 41 | 174 | 0 | 126 | 61 | 5 | 516 | 131 | 66 |
| Binary | 11110010 | 100001 | 1111100 | 0 | 1010110 | 110001 | 101 | 101001110 | 1011001 | 110110 |
Color Harmonies of #F2217C
Complementary color
Monochromatic Colors of #F2217C
Black with #F2217C
Text Example
Text Example
White with #F2217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2217C; }
p { color: rgb(242,33,124); }
H1.HeaderClassName
{
color: #F2217C;
}
.AnyTagClassName
{
color: #F2217C;
}
</style>
background-color css
<style>
a { background-color: #F2217C; }
a { background-color: rgb(242,33,124); }
div.DivClassName
{
background-color: #F2217C;
}
.BgClassName
{
background-color: #F2217C;
}
</style>
border-color css
<style>
span { border-color: #F2217C; }
span { border-color: rgb(242,33,124); }
td.TdClassName
{
border-color: #F2217C;
}
.TagClassName
{
border-color: #F2217C;
}
</style>