Shades of Deep Pink #F2207F
Tints of Deep Pink #F2207F
RGB
CMYK
RGB Variations
Color information
#F2207F (or 0xF2207F) is known color: Deep Pink. HEX triplet: F2, 20 and 7F. RGB value is (242,32,127). Sum of RGB (Red+Green+Blue) = 242+32+127=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2207F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2207F is #0DDF80. Grayscale: #696969. Windows color (decimal): -909185 or 8331506. OLE color: 8331506.
HSL color Cylindrical-coordinate representation of color #F2207F: hue angle of 332.86º 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 #F2207F is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 127 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.05 |
| HSL | 332.86º | 0.89% | 0.54% | - |
| HSV(B) | 332.86º | 0.87% | 0.95% | - |
| XYZ | 40.97 | 21.44 | 22.06 | - |
| YUV | 105.62 | 140.07 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 127 | 0 | 0.87 | 0.48 | 0.05 | 332.86 | 0.89 | 0.54 |
| Hex | F2 | 20 | 7F | 0 | 57 | 30 | 5 | 14D | 59 | 36 |
| Octal | 362 | 40 | 177 | 0 | 127 | 60 | 5 | 515 | 131 | 66 |
| Binary | 11110010 | 100000 | 1111111 | 0 | 1010111 | 110000 | 101 | 101001101 | 1011001 | 110110 |
Color Harmonies of #F2207F
Complementary color
Monochromatic Colors of #F2207F
Black with #F2207F
Text Example
Text Example
White with #F2207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2207F; }
p { color: rgb(242,32,127); }
H1.HeaderClassName
{
color: #F2207F;
}
.AnyTagClassName
{
color: #F2207F;
}
</style>
background-color css
<style>
a { background-color: #F2207F; }
a { background-color: rgb(242,32,127); }
div.DivClassName
{
background-color: #F2207F;
}
.BgClassName
{
background-color: #F2207F;
}
</style>
border-color css
<style>
span { border-color: #F2207F; }
span { border-color: rgb(242,32,127); }
td.TdClassName
{
border-color: #F2207F;
}
.TagClassName
{
border-color: #F2207F;
}
</style>