Shades of Deep Pink #FD218B
Tints of Deep Pink #FD218B
RGB
CMYK
RGB Variations
Color information
#FD218B (or 0xFD218B) is known color: Deep Pink. HEX triplet: FD, 21 and 8B. RGB value is (253,33,139). Sum of RGB (Red+Green+Blue) = 253+33+139=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD218B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD218B is #02DE74. Grayscale: #6E6E6E. Windows color (decimal): -188021 or 9118205. OLE color: 9118205.
HSL color Cylindrical-coordinate representation of color #FD218B: hue angle of 331.09º 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 #FD218B is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 139 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.01 |
| HSL | 331.09º | 0.98% | 0.56% | - |
| HSV(B) | 331.09º | 0.87% | 0.99% | - |
| XYZ | 45.71 | 23.83 | 26.62 | - |
| YUV | 110.86 | 143.89 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 139 | 0 | 0.87 | 0.45 | 0.01 | 331.09 | 0.98 | 0.56 |
| Hex | FD | 21 | 8B | 0 | 57 | 2D | 1 | 14B | 62 | 38 |
| Octal | 375 | 41 | 213 | 0 | 127 | 55 | 1 | 513 | 142 | 70 |
| Binary | 11111101 | 100001 | 10001011 | 0 | 1010111 | 101101 | 1 | 101001011 | 1100010 | 111000 |
Color Harmonies of #FD218B
Complementary color
Monochromatic Colors of #FD218B
Black with #FD218B
Text Example
Text Example
White with #FD218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD218B; }
p { color: rgb(253,33,139); }
H1.HeaderClassName
{
color: #FD218B;
}
.AnyTagClassName
{
color: #FD218B;
}
</style>
background-color css
<style>
a { background-color: #FD218B; }
a { background-color: rgb(253,33,139); }
div.DivClassName
{
background-color: #FD218B;
}
.BgClassName
{
background-color: #FD218B;
}
</style>
border-color css
<style>
span { border-color: #FD218B; }
span { border-color: rgb(253,33,139); }
td.TdClassName
{
border-color: #FD218B;
}
.TagClassName
{
border-color: #FD218B;
}
</style>