Shades of Deep Pink #FF208D
Tints of Deep Pink #FF208D
RGB
CMYK
RGB Variations
Color information
#FF208D (or 0xFF208D) is known color: Deep Pink. HEX triplet: FF, 20 and 8D. RGB value is (255,32,141). Sum of RGB (Red+Green+Blue) = 255+32+141=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF208D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF208D is #00DF72. Grayscale: #6E6E6E. Windows color (decimal): -57203 or 9249023. OLE color: 9249023.
HSL color Cylindrical-coordinate representation of color #FF208D: hue angle of 330.67º 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 #FF208D is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 141 | - |
| CMYK | 0 | 0.87 | 0.45 | 0 |
| HSL | 330.67º | 1% | 0.56% | - |
| HSV(B) | 330.67º | 0.87% | 1% | - |
| XYZ | 46.56 | 24.22 | 27.42 | - |
| YUV | 111.1 | 144.88 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 141 | 0 | 0.87 | 0.45 | 0 | 330.67 | 1 | 0.56 |
| Hex | FF | 20 | 8D | 0 | 57 | 2D | 0 | 14B | 64 | 38 |
| Octal | 377 | 40 | 215 | 0 | 127 | 55 | 0 | 513 | 144 | 70 |
| Binary | 11111111 | 100000 | 10001101 | 0 | 1010111 | 101101 | 0 | 101001011 | 1100100 | 111000 |
Color Harmonies of #FF208D
Complementary color
Monochromatic Colors of #FF208D
Black with #FF208D
Text Example
Text Example
White with #FF208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF208D; }
p { color: rgb(255,32,141); }
H1.HeaderClassName
{
color: #FF208D;
}
.AnyTagClassName
{
color: #FF208D;
}
</style>
background-color css
<style>
a { background-color: #FF208D; }
a { background-color: rgb(255,32,141); }
div.DivClassName
{
background-color: #FF208D;
}
.BgClassName
{
background-color: #FF208D;
}
</style>
border-color css
<style>
span { border-color: #FF208D; }
span { border-color: rgb(255,32,141); }
td.TdClassName
{
border-color: #FF208D;
}
.TagClassName
{
border-color: #FF208D;
}
</style>