Shades of Deep Pink #F2207A
Tints of Deep Pink #F2207A
RGB
CMYK
RGB Variations
Color information
#F2207A (or 0xF2207A) is known color: Deep Pink. HEX triplet: F2, 20 and 7A. RGB value is (242,32,122). Sum of RGB (Red+Green+Blue) = 242+32+122=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F2207A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2207A is #0DDF85. Grayscale: #686868. Windows color (decimal): -909190 or 8003826. OLE color: 8003826.
HSL color Cylindrical-coordinate representation of color #F2207A: hue angle of 334.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2207A is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 122 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.05 |
| HSL | 334.29º | 0.89% | 0.54% | - |
| HSV(B) | 334.29º | 0.87% | 0.95% | - |
| XYZ | 40.65 | 21.32 | 20.38 | - |
| YUV | 105.05 | 137.57 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 122 | 0 | 0.87 | 0.50 | 0.05 | 334.29 | 0.89 | 0.54 |
| Hex | F2 | 20 | 7A | 0 | 57 | 32 | 5 | 14E | 59 | 36 |
| Octal | 362 | 40 | 172 | 0 | 127 | 62 | 5 | 516 | 131 | 66 |
| Binary | 11110010 | 100000 | 1111010 | 0 | 1010111 | 110010 | 101 | 101001110 | 1011001 | 110110 |
Color Harmonies of #F2207A
Complementary color
Monochromatic Colors of #F2207A
Black with #F2207A
Text Example
Text Example
White with #F2207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2207A; }
p { color: rgb(242,32,122); }
H1.HeaderClassName
{
color: #F2207A;
}
.AnyTagClassName
{
color: #F2207A;
}
</style>
background-color css
<style>
a { background-color: #F2207A; }
a { background-color: rgb(242,32,122); }
div.DivClassName
{
background-color: #F2207A;
}
.BgClassName
{
background-color: #F2207A;
}
</style>
border-color css
<style>
span { border-color: #F2207A; }
span { border-color: rgb(242,32,122); }
td.TdClassName
{
border-color: #F2207A;
}
.TagClassName
{
border-color: #F2207A;
}
</style>