Shades of Spicy Pink #FD19B8
Tints of Spicy Pink #FD19B8
RGB
CMYK
RGB Variations
Color information
#FD19B8 (or 0xFD19B8) is known color: Spicy Pink. HEX triplet: FD, 19 and B8. RGB value is (253,25,184). Sum of RGB (Red+Green+Blue) = 253+25+184=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD19B8 is #02E647. Grayscale: #6E6E6E. Windows color (decimal): -190024 or 12065277. OLE color: 12065277.
HSL color Cylindrical-coordinate representation of color #FD19B8: hue angle of 318.16º 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 #FD19B8 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 184 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.01 |
| HSL | 318.16º | 0.98% | 0.55% | - |
| HSV(B) | 318.16º | 0.9% | 0.99% | - |
| XYZ | 49.51 | 25.04 | 47.57 | - |
| YUV | 111.3 | 169.04 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 184 | 0 | 0.90 | 0.27 | 0.01 | 318.16 | 0.98 | 0.55 |
| Hex | FD | 19 | B8 | 0 | 5A | 1B | 1 | 13E | 62 | 37 |
| Octal | 375 | 31 | 270 | 0 | 132 | 33 | 1 | 476 | 142 | 67 |
| Binary | 11111101 | 11001 | 10111000 | 0 | 1011010 | 11011 | 1 | 100111110 | 1100010 | 110111 |
Color Harmonies of #FD19B8
Complementary color
Monochromatic Colors of #FD19B8
Black with #FD19B8
Text Example
Text Example
White with #FD19B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD19B8; }
p { color: rgb(253,25,184); }
H1.HeaderClassName
{
color: #FD19B8;
}
.AnyTagClassName
{
color: #FD19B8;
}
</style>
background-color css
<style>
a { background-color: #FD19B8; }
a { background-color: rgb(253,25,184); }
div.DivClassName
{
background-color: #FD19B8;
}
.BgClassName
{
background-color: #FD19B8;
}
</style>
border-color css
<style>
span { border-color: #FD19B8; }
span { border-color: rgb(253,25,184); }
td.TdClassName
{
border-color: #FD19B8;
}
.TagClassName
{
border-color: #FD19B8;
}
</style>