Shades of Spicy Pink #FD0FB1
Tints of Spicy Pink #FD0FB1
RGB
CMYK
RGB Variations
Color information
#FD0FB1 (or 0xFD0FB1) is known color: Spicy Pink. HEX triplet: FD, 0F and B1. RGB value is (253,15,177). Sum of RGB (Red+Green+Blue) = 253+15+177=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0FB1 is #02F04E. Grayscale: #686868. Windows color (decimal): -192591 or 11603965. OLE color: 11603965.
HSL color Cylindrical-coordinate representation of color #FD0FB1: hue angle of 319.16º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0FB1 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 177 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.01 |
| HSL | 319.16º | 0.98% | 0.53% | - |
| HSV(B) | 319.16º | 0.94% | 0.99% | - |
| XYZ | 48.61 | 24.4 | 43.74 | - |
| YUV | 104.63 | 168.85 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 177 | 0 | 0.94 | 0.30 | 0.01 | 319.16 | 0.98 | 0.53 |
| Hex | FD | F | B1 | 0 | 5E | 1E | 1 | 13F | 62 | 35 |
| Octal | 375 | 17 | 261 | 0 | 136 | 36 | 1 | 477 | 142 | 65 |
| Binary | 11111101 | 1111 | 10110001 | 0 | 1011110 | 11110 | 1 | 100111111 | 1100010 | 110101 |
Color Harmonies of #FD0FB1
Complementary color
Monochromatic Colors of #FD0FB1
Black with #FD0FB1
Text Example
Text Example
White with #FD0FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0FB1; }
p { color: rgb(253,15,177); }
H1.HeaderClassName
{
color: #FD0FB1;
}
.AnyTagClassName
{
color: #FD0FB1;
}
</style>
background-color css
<style>
a { background-color: #FD0FB1; }
a { background-color: rgb(253,15,177); }
div.DivClassName
{
background-color: #FD0FB1;
}
.BgClassName
{
background-color: #FD0FB1;
}
</style>
border-color css
<style>
span { border-color: #FD0FB1; }
span { border-color: rgb(253,15,177); }
td.TdClassName
{
border-color: #FD0FB1;
}
.TagClassName
{
border-color: #FD0FB1;
}
</style>