Shades of Deep Pink #F2217B
Tints of Deep Pink #F2217B
RGB
CMYK
RGB Variations
Color information
#F2217B (or 0xF2217B) is known color: Deep Pink. HEX triplet: F2, 21 and 7B. RGB value is (242,33,123). Sum of RGB (Red+Green+Blue) = 242+33+123=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F2217B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2217B is #0DDE84. Grayscale: #696969. Windows color (decimal): -908933 or 8069618. OLE color: 8069618.
HSL color Cylindrical-coordinate representation of color #F2217B: hue angle of 334.16º 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 #F2217B is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 123 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.05 |
| HSL | 334.16º | 0.89% | 0.54% | - |
| HSV(B) | 334.16º | 0.86% | 0.95% | - |
| XYZ | 40.74 | 21.4 | 20.72 | - |
| YUV | 105.75 | 137.74 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 123 | 0 | 0.86 | 0.49 | 0.05 | 334.16 | 0.89 | 0.54 |
| Hex | F2 | 21 | 7B | 0 | 56 | 31 | 5 | 14E | 59 | 36 |
| Octal | 362 | 41 | 173 | 0 | 126 | 61 | 5 | 516 | 131 | 66 |
| Binary | 11110010 | 100001 | 1111011 | 0 | 1010110 | 110001 | 101 | 101001110 | 1011001 | 110110 |
Color Harmonies of #F2217B
Complementary color
Monochromatic Colors of #F2217B
Black with #F2217B
Text Example
Text Example
White with #F2217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2217B; }
p { color: rgb(242,33,123); }
H1.HeaderClassName
{
color: #F2217B;
}
.AnyTagClassName
{
color: #F2217B;
}
</style>
background-color css
<style>
a { background-color: #F2217B; }
a { background-color: rgb(242,33,123); }
div.DivClassName
{
background-color: #F2217B;
}
.BgClassName
{
background-color: #F2217B;
}
</style>
border-color css
<style>
span { border-color: #F2217B; }
span { border-color: rgb(242,33,123); }
td.TdClassName
{
border-color: #F2217B;
}
.TagClassName
{
border-color: #F2217B;
}
</style>