Shades of Deep Pink #FD218E
Tints of Deep Pink #FD218E
RGB
CMYK
RGB Variations
Color information
#FD218E (or 0xFD218E) is known color: Deep Pink. HEX triplet: FD, 21 and 8E. RGB value is (253,33,142). Sum of RGB (Red+Green+Blue) = 253+33+142=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD218E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD218E is #02DE71. Grayscale: #6E6E6E. Windows color (decimal): -188018 or 9314813. OLE color: 9314813.
HSL color Cylindrical-coordinate representation of color #FD218E: hue angle of 330.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD218E is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 142 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.01 |
| HSL | 330.27º | 0.98% | 0.56% | - |
| HSV(B) | 330.27º | 0.87% | 0.99% | - |
| XYZ | 45.93 | 23.92 | 27.79 | - |
| YUV | 111.21 | 145.39 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 142 | 0 | 0.87 | 0.44 | 0.01 | 330.27 | 0.98 | 0.56 |
| Hex | FD | 21 | 8E | 0 | 57 | 2C | 1 | 14A | 62 | 38 |
| Octal | 375 | 41 | 216 | 0 | 127 | 54 | 1 | 512 | 142 | 70 |
| Binary | 11111101 | 100001 | 10001110 | 0 | 1010111 | 101100 | 1 | 101001010 | 1100010 | 111000 |
Color Harmonies of #FD218E
Complementary color
Monochromatic Colors of #FD218E
Black with #FD218E
Text Example
Text Example
White with #FD218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD218E; }
p { color: rgb(253,33,142); }
H1.HeaderClassName
{
color: #FD218E;
}
.AnyTagClassName
{
color: #FD218E;
}
</style>
background-color css
<style>
a { background-color: #FD218E; }
a { background-color: rgb(253,33,142); }
div.DivClassName
{
background-color: #FD218E;
}
.BgClassName
{
background-color: #FD218E;
}
</style>
border-color css
<style>
span { border-color: #FD218E; }
span { border-color: rgb(253,33,142); }
td.TdClassName
{
border-color: #FD218E;
}
.TagClassName
{
border-color: #FD218E;
}
</style>