Shades of Deep Pink #F2217A
Tints of Deep Pink #F2217A
RGB
CMYK
RGB Variations
Color information
#F2217A (or 0xF2217A) is known color: Deep Pink. HEX triplet: F2, 21 and 7A. RGB value is (242,33,122). Sum of RGB (Red+Green+Blue) = 242+33+122=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F2217A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2217A is #0DDE85. Grayscale: #696969. Windows color (decimal): -908934 or 8004082. OLE color: 8004082.
HSL color Cylindrical-coordinate representation of color #F2217A: hue angle of 334.45º 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 #F2217A is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 122 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.05 |
| HSL | 334.45º | 0.89% | 0.54% | - |
| HSV(B) | 334.45º | 0.86% | 0.95% | - |
| XYZ | 40.67 | 21.37 | 20.39 | - |
| YUV | 105.64 | 137.24 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 122 | 0 | 0.86 | 0.50 | 0.05 | 334.45 | 0.89 | 0.54 |
| Hex | F2 | 21 | 7A | 0 | 56 | 32 | 5 | 14E | 59 | 36 |
| Octal | 362 | 41 | 172 | 0 | 126 | 62 | 5 | 516 | 131 | 66 |
| Binary | 11110010 | 100001 | 1111010 | 0 | 1010110 | 110010 | 101 | 101001110 | 1011001 | 110110 |
Color Harmonies of #F2217A
Complementary color
Monochromatic Colors of #F2217A
Black with #F2217A
Text Example
Text Example
White with #F2217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2217A; }
p { color: rgb(242,33,122); }
H1.HeaderClassName
{
color: #F2217A;
}
.AnyTagClassName
{
color: #F2217A;
}
</style>
background-color css
<style>
a { background-color: #F2217A; }
a { background-color: rgb(242,33,122); }
div.DivClassName
{
background-color: #F2217A;
}
.BgClassName
{
background-color: #F2217A;
}
</style>
border-color css
<style>
span { border-color: #F2217A; }
span { border-color: rgb(242,33,122); }
td.TdClassName
{
border-color: #F2217A;
}
.TagClassName
{
border-color: #F2217A;
}
</style>