Shades of Deep Pink #FD217B
Tints of Deep Pink #FD217B
RGB
CMYK
RGB Variations
Color information
#FD217B (or 0xFD217B) is known color: Deep Pink. HEX triplet: FD, 21 and 7B. RGB value is (253,33,123). Sum of RGB (Red+Green+Blue) = 253+33+123=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD217B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD217B is #02DE84. Grayscale: #6C6C6C. Windows color (decimal): -188037 or 8069629. OLE color: 8069629.
HSL color Cylindrical-coordinate representation of color #FD217B: hue angle of 335.45º 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 #FD217B is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 123 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.01 |
| HSL | 335.45º | 0.98% | 0.56% | - |
| HSV(B) | 335.45º | 0.87% | 0.99% | - |
| XYZ | 44.63 | 23.4 | 20.9 | - |
| YUV | 109.04 | 135.89 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 123 | 0 | 0.87 | 0.51 | 0.01 | 335.45 | 0.98 | 0.56 |
| Hex | FD | 21 | 7B | 0 | 57 | 33 | 1 | 14F | 62 | 38 |
| Octal | 375 | 41 | 173 | 0 | 127 | 63 | 1 | 517 | 142 | 70 |
| Binary | 11111101 | 100001 | 1111011 | 0 | 1010111 | 110011 | 1 | 101001111 | 1100010 | 111000 |
Color Harmonies of #FD217B
Complementary color
Monochromatic Colors of #FD217B
Black with #FD217B
Text Example
Text Example
White with #FD217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD217B; }
p { color: rgb(253,33,123); }
H1.HeaderClassName
{
color: #FD217B;
}
.AnyTagClassName
{
color: #FD217B;
}
</style>
background-color css
<style>
a { background-color: #FD217B; }
a { background-color: rgb(253,33,123); }
div.DivClassName
{
background-color: #FD217B;
}
.BgClassName
{
background-color: #FD217B;
}
</style>
border-color css
<style>
span { border-color: #FD217B; }
span { border-color: rgb(253,33,123); }
td.TdClassName
{
border-color: #FD217B;
}
.TagClassName
{
border-color: #FD217B;
}
</style>