Shades of Deep Pink #FF208F
Tints of Deep Pink #FF208F
RGB
CMYK
RGB Variations
Color information
#FF208F (or 0xFF208F) is known color: Deep Pink. HEX triplet: FF, 20 and 8F. RGB value is (255,32,143). Sum of RGB (Red+Green+Blue) = 255+32+143=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF208F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF208F is #00DF70. Grayscale: #6F6F6F. Windows color (decimal): -57201 or 9380095. OLE color: 9380095.
HSL color Cylindrical-coordinate representation of color #FF208F: hue angle of 330.13º 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 #FF208F is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 143 | - |
| CMYK | 0 | 0.87 | 0.44 | 0 |
| HSL | 330.13º | 1% | 0.56% | - |
| HSV(B) | 330.13º | 0.87% | 1% | - |
| XYZ | 46.71 | 24.28 | 28.21 | - |
| YUV | 111.33 | 145.88 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 143 | 0 | 0.87 | 0.44 | 0 | 330.13 | 1 | 0.56 |
| Hex | FF | 20 | 8F | 0 | 57 | 2C | 0 | 14A | 64 | 38 |
| Octal | 377 | 40 | 217 | 0 | 127 | 54 | 0 | 512 | 144 | 70 |
| Binary | 11111111 | 100000 | 10001111 | 0 | 1010111 | 101100 | 0 | 101001010 | 1100100 | 111000 |
Color Harmonies of #FF208F
Complementary color
Monochromatic Colors of #FF208F
Black with #FF208F
Text Example
Text Example
White with #FF208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF208F; }
p { color: rgb(255,32,143); }
H1.HeaderClassName
{
color: #FF208F;
}
.AnyTagClassName
{
color: #FF208F;
}
</style>
background-color css
<style>
a { background-color: #FF208F; }
a { background-color: rgb(255,32,143); }
div.DivClassName
{
background-color: #FF208F;
}
.BgClassName
{
background-color: #FF208F;
}
</style>
border-color css
<style>
span { border-color: #FF208F; }
span { border-color: rgb(255,32,143); }
td.TdClassName
{
border-color: #FF208F;
}
.TagClassName
{
border-color: #FF208F;
}
</style>