Shades of Deep Pink #F2207E
Tints of Deep Pink #F2207E
RGB
CMYK
RGB Variations
Color information
#F2207E (or 0xF2207E) is known color: Deep Pink. HEX triplet: F2, 20 and 7E. RGB value is (242,32,126). Sum of RGB (Red+Green+Blue) = 242+32+126=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2207E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2207E is #0DDF81. Grayscale: #696969. Windows color (decimal): -909186 or 8265970. OLE color: 8265970.
HSL color Cylindrical-coordinate representation of color #F2207E: hue angle of 333.14º 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 #F2207E is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 126 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.05 |
| HSL | 333.14º | 0.89% | 0.54% | - |
| HSV(B) | 333.14º | 0.87% | 0.95% | - |
| XYZ | 40.9 | 21.42 | 21.72 | - |
| YUV | 105.51 | 139.57 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 126 | 0 | 0.87 | 0.48 | 0.05 | 333.14 | 0.89 | 0.54 |
| Hex | F2 | 20 | 7E | 0 | 57 | 30 | 5 | 14D | 59 | 36 |
| Octal | 362 | 40 | 176 | 0 | 127 | 60 | 5 | 515 | 131 | 66 |
| Binary | 11110010 | 100000 | 1111110 | 0 | 1010111 | 110000 | 101 | 101001101 | 1011001 | 110110 |
Color Harmonies of #F2207E
Complementary color
Monochromatic Colors of #F2207E
Black with #F2207E
Text Example
Text Example
White with #F2207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2207E; }
p { color: rgb(242,32,126); }
H1.HeaderClassName
{
color: #F2207E;
}
.AnyTagClassName
{
color: #F2207E;
}
</style>
background-color css
<style>
a { background-color: #F2207E; }
a { background-color: rgb(242,32,126); }
div.DivClassName
{
background-color: #F2207E;
}
.BgClassName
{
background-color: #F2207E;
}
</style>
border-color css
<style>
span { border-color: #F2207E; }
span { border-color: rgb(242,32,126); }
td.TdClassName
{
border-color: #F2207E;
}
.TagClassName
{
border-color: #F2207E;
}
</style>