Shades of Deep Pink #FD218A
Tints of Deep Pink #FD218A
RGB
CMYK
RGB Variations
Color information
#FD218A (or 0xFD218A) is known color: Deep Pink. HEX triplet: FD, 21 and 8A. RGB value is (253,33,138). Sum of RGB (Red+Green+Blue) = 253+33+138=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD218A is #02DE75. Grayscale: #6E6E6E. Windows color (decimal): -188022 or 9052669. OLE color: 9052669.
HSL color Cylindrical-coordinate representation of color #FD218A: hue angle of 331.36º 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 #FD218A is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 138 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.01 |
| HSL | 331.36º | 0.98% | 0.56% | - |
| HSV(B) | 331.36º | 0.87% | 0.99% | - |
| XYZ | 45.64 | 23.81 | 26.23 | - |
| YUV | 110.75 | 143.39 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 138 | 0 | 0.87 | 0.45 | 0.01 | 331.36 | 0.98 | 0.56 |
| Hex | FD | 21 | 8A | 0 | 57 | 2D | 1 | 14B | 62 | 38 |
| Octal | 375 | 41 | 212 | 0 | 127 | 55 | 1 | 513 | 142 | 70 |
| Binary | 11111101 | 100001 | 10001010 | 0 | 1010111 | 101101 | 1 | 101001011 | 1100010 | 111000 |
Color Harmonies of #FD218A
Complementary color
Monochromatic Colors of #FD218A
Black with #FD218A
Text Example
Text Example
White with #FD218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD218A; }
p { color: rgb(253,33,138); }
H1.HeaderClassName
{
color: #FD218A;
}
.AnyTagClassName
{
color: #FD218A;
}
</style>
background-color css
<style>
a { background-color: #FD218A; }
a { background-color: rgb(253,33,138); }
div.DivClassName
{
background-color: #FD218A;
}
.BgClassName
{
background-color: #FD218A;
}
</style>
border-color css
<style>
span { border-color: #FD218A; }
span { border-color: rgb(253,33,138); }
td.TdClassName
{
border-color: #FD218A;
}
.TagClassName
{
border-color: #FD218A;
}
</style>