Shades of Deep Pink #F2207D
Tints of Deep Pink #F2207D
RGB
CMYK
RGB Variations
Color information
#F2207D (or 0xF2207D) is known color: Deep Pink. HEX triplet: F2, 20 and 7D. RGB value is (242,32,125). Sum of RGB (Red+Green+Blue) = 242+32+125=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2207D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2207D is #0DDF82. Grayscale: #696969. Windows color (decimal): -909187 or 8200434. OLE color: 8200434.
HSL color Cylindrical-coordinate representation of color #F2207D: hue angle of 333.43º 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 #F2207D is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 125 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.05 |
| HSL | 333.43º | 0.89% | 0.54% | - |
| HSV(B) | 333.43º | 0.87% | 0.95% | - |
| XYZ | 40.84 | 21.39 | 21.38 | - |
| YUV | 105.39 | 139.07 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 125 | 0 | 0.87 | 0.48 | 0.05 | 333.43 | 0.89 | 0.54 |
| Hex | F2 | 20 | 7D | 0 | 57 | 30 | 5 | 14D | 59 | 36 |
| Octal | 362 | 40 | 175 | 0 | 127 | 60 | 5 | 515 | 131 | 66 |
| Binary | 11110010 | 100000 | 1111101 | 0 | 1010111 | 110000 | 101 | 101001101 | 1011001 | 110110 |
Color Harmonies of #F2207D
Complementary color
Monochromatic Colors of #F2207D
Black with #F2207D
Text Example
Text Example
White with #F2207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2207D; }
p { color: rgb(242,32,125); }
H1.HeaderClassName
{
color: #F2207D;
}
.AnyTagClassName
{
color: #F2207D;
}
</style>
background-color css
<style>
a { background-color: #F2207D; }
a { background-color: rgb(242,32,125); }
div.DivClassName
{
background-color: #F2207D;
}
.BgClassName
{
background-color: #F2207D;
}
</style>
border-color css
<style>
span { border-color: #F2207D; }
span { border-color: rgb(242,32,125); }
td.TdClassName
{
border-color: #F2207D;
}
.TagClassName
{
border-color: #F2207D;
}
</style>