Shades of Deep Pink #F2208D
Tints of Deep Pink #F2208D
RGB
CMYK
RGB Variations
Color information
#F2208D (or 0xF2208D) is known color: Deep Pink. HEX triplet: F2, 20 and 8D. RGB value is (242,32,141). Sum of RGB (Red+Green+Blue) = 242+32+141=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2208D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2208D is #0DDF72. Grayscale: #6A6A6A. Windows color (decimal): -909171 or 9249010. OLE color: 9249010.
HSL color Cylindrical-coordinate representation of color #F2208D: hue angle of 328.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 #F2208D is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 141 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.05 |
| HSL | 328.86º | 0.89% | 0.54% | - |
| HSV(B) | 328.86º | 0.87% | 0.95% | - |
| XYZ | 41.94 | 21.83 | 27.2 | - |
| YUV | 107.22 | 147.07 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 141 | 0 | 0.87 | 0.42 | 0.05 | 328.86 | 0.89 | 0.54 |
| Hex | F2 | 20 | 8D | 0 | 57 | 2A | 5 | 149 | 59 | 36 |
| Octal | 362 | 40 | 215 | 0 | 127 | 52 | 5 | 511 | 131 | 66 |
| Binary | 11110010 | 100000 | 10001101 | 0 | 1010111 | 101010 | 101 | 101001001 | 1011001 | 110110 |
Color Harmonies of #F2208D
Complementary color
Monochromatic Colors of #F2208D
Black with #F2208D
Text Example
Text Example
White with #F2208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2208D; }
p { color: rgb(242,32,141); }
H1.HeaderClassName
{
color: #F2208D;
}
.AnyTagClassName
{
color: #F2208D;
}
</style>
background-color css
<style>
a { background-color: #F2208D; }
a { background-color: rgb(242,32,141); }
div.DivClassName
{
background-color: #F2208D;
}
.BgClassName
{
background-color: #F2208D;
}
</style>
border-color css
<style>
span { border-color: #F2208D; }
span { border-color: rgb(242,32,141); }
td.TdClassName
{
border-color: #F2208D;
}
.TagClassName
{
border-color: #F2208D;
}
</style>