Shades of Spicy Pink #FC19AD
Tints of Spicy Pink #FC19AD
RGB
CMYK
RGB Variations
Color information
#FC19AD (or 0xFC19AD) is known color: Spicy Pink. HEX triplet: FC, 19 and AD. RGB value is (252,25,173). Sum of RGB (Red+Green+Blue) = 252+25+173=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC19AD is #03E652. Grayscale: #6D6D6D. Windows color (decimal): -255571 or 11344380. OLE color: 11344380.
HSL color Cylindrical-coordinate representation of color #FC19AD: hue angle of 320.88º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC19AD is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 173 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.01 |
| HSL | 320.88º | 0.97% | 0.54% | - |
| HSV(B) | 320.88º | 0.9% | 0.99% | - |
| XYZ | 48.04 | 24.41 | 41.71 | - |
| YUV | 109.75 | 163.71 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 173 | 0 | 0.90 | 0.31 | 0.01 | 320.88 | 0.97 | 0.54 |
| Hex | FC | 19 | AD | 0 | 5A | 1F | 1 | 141 | 61 | 36 |
| Octal | 374 | 31 | 255 | 0 | 132 | 37 | 1 | 501 | 141 | 66 |
| Binary | 11111100 | 11001 | 10101101 | 0 | 1011010 | 11111 | 1 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FC19AD
Complementary color
Monochromatic Colors of #FC19AD
Black with #FC19AD
Text Example
Text Example
White with #FC19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19AD; }
p { color: rgb(252,25,173); }
H1.HeaderClassName
{
color: #FC19AD;
}
.AnyTagClassName
{
color: #FC19AD;
}
</style>
background-color css
<style>
a { background-color: #FC19AD; }
a { background-color: rgb(252,25,173); }
div.DivClassName
{
background-color: #FC19AD;
}
.BgClassName
{
background-color: #FC19AD;
}
</style>
border-color css
<style>
span { border-color: #FC19AD; }
span { border-color: rgb(252,25,173); }
td.TdClassName
{
border-color: #FC19AD;
}
.TagClassName
{
border-color: #FC19AD;
}
</style>