Shades of Spicy Pink #FD1AB8
Tints of Spicy Pink #FD1AB8
RGB
CMYK
RGB Variations
Color information
#FD1AB8 (or 0xFD1AB8) is known color: Spicy Pink. HEX triplet: FD, 1A and B8. RGB value is (253,26,184). Sum of RGB (Red+Green+Blue) = 253+26+184=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1AB8 is #02E547. Grayscale: #6F6F6F. Windows color (decimal): -189768 or 12065533. OLE color: 12065533.
HSL color Cylindrical-coordinate representation of color #FD1AB8: hue angle of 318.24º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1AB8 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 184 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.01 |
| HSL | 318.24º | 0.98% | 0.55% | - |
| HSV(B) | 318.24º | 0.9% | 0.99% | - |
| XYZ | 49.53 | 25.08 | 47.58 | - |
| YUV | 111.89 | 168.71 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 184 | 0 | 0.90 | 0.27 | 0.01 | 318.24 | 0.98 | 0.55 |
| Hex | FD | 1A | B8 | 0 | 5A | 1B | 1 | 13E | 62 | 37 |
| Octal | 375 | 32 | 270 | 0 | 132 | 33 | 1 | 476 | 142 | 67 |
| Binary | 11111101 | 11010 | 10111000 | 0 | 1011010 | 11011 | 1 | 100111110 | 1100010 | 110111 |
Color Harmonies of #FD1AB8
Complementary color
Monochromatic Colors of #FD1AB8
Black with #FD1AB8
Text Example
Text Example
White with #FD1AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1AB8; }
p { color: rgb(253,26,184); }
H1.HeaderClassName
{
color: #FD1AB8;
}
.AnyTagClassName
{
color: #FD1AB8;
}
</style>
background-color css
<style>
a { background-color: #FD1AB8; }
a { background-color: rgb(253,26,184); }
div.DivClassName
{
background-color: #FD1AB8;
}
.BgClassName
{
background-color: #FD1AB8;
}
</style>
border-color css
<style>
span { border-color: #FD1AB8; }
span { border-color: rgb(253,26,184); }
td.TdClassName
{
border-color: #FD1AB8;
}
.TagClassName
{
border-color: #FD1AB8;
}
</style>