Shades of Deep Pink #FF208E
Tints of Deep Pink #FF208E
RGB
CMYK
RGB Variations
Color information
#FF208E (or 0xFF208E) is known color: Deep Pink. HEX triplet: FF, 20 and 8E. RGB value is (255,32,142). Sum of RGB (Red+Green+Blue) = 255+32+142=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF208E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF208E is #00DF71. Grayscale: #6F6F6F. Windows color (decimal): -57202 or 9314559. OLE color: 9314559.
HSL color Cylindrical-coordinate representation of color #FF208E: hue angle of 330.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF208E is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 142 | - |
| CMYK | 0 | 0.87 | 0.44 | 0 |
| HSL | 330.4º | 1% | 0.56% | - |
| HSV(B) | 330.4º | 0.87% | 1% | - |
| XYZ | 46.64 | 24.25 | 27.81 | - |
| YUV | 111.22 | 145.38 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 142 | 0 | 0.87 | 0.44 | 0 | 330.4 | 1 | 0.56 |
| Hex | FF | 20 | 8E | 0 | 57 | 2C | 0 | 14A | 64 | 38 |
| Octal | 377 | 40 | 216 | 0 | 127 | 54 | 0 | 512 | 144 | 70 |
| Binary | 11111111 | 100000 | 10001110 | 0 | 1010111 | 101100 | 0 | 101001010 | 1100100 | 111000 |
Color Harmonies of #FF208E
Complementary color
Monochromatic Colors of #FF208E
Black with #FF208E
Text Example
Text Example
White with #FF208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF208E; }
p { color: rgb(255,32,142); }
H1.HeaderClassName
{
color: #FF208E;
}
.AnyTagClassName
{
color: #FF208E;
}
</style>
background-color css
<style>
a { background-color: #FF208E; }
a { background-color: rgb(255,32,142); }
div.DivClassName
{
background-color: #FF208E;
}
.BgClassName
{
background-color: #FF208E;
}
</style>
border-color css
<style>
span { border-color: #FF208E; }
span { border-color: rgb(255,32,142); }
td.TdClassName
{
border-color: #FF208E;
}
.TagClassName
{
border-color: #FF208E;
}
</style>