Shades of Spicy Pink #FC25AB
Tints of Spicy Pink #FC25AB
RGB
CMYK
RGB Variations
Color information
#FC25AB (or 0xFC25AB) is known color: Spicy Pink. HEX triplet: FC, 25 and AB. RGB value is (252,37,171). Sum of RGB (Red+Green+Blue) = 252+37+171=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC25AB is #03DA54. Grayscale: #747474. Windows color (decimal): -252501 or 11216380. OLE color: 11216380.
HSL color Cylindrical-coordinate representation of color #FC25AB: hue angle of 322.6º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC25AB is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 171 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.01 |
| HSL | 322.6º | 0.97% | 0.57% | - |
| HSV(B) | 322.6º | 0.85% | 0.99% | - |
| XYZ | 48.16 | 24.96 | 40.81 | - |
| YUV | 116.56 | 158.73 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 171 | 0 | 0.85 | 0.32 | 0.01 | 322.6 | 0.97 | 0.57 |
| Hex | FC | 25 | AB | 0 | 55 | 20 | 1 | 143 | 61 | 39 |
| Octal | 374 | 45 | 253 | 0 | 125 | 40 | 1 | 503 | 141 | 71 |
| Binary | 11111100 | 100101 | 10101011 | 0 | 1010101 | 100000 | 1 | 101000011 | 1100001 | 111001 |
Color Harmonies of #FC25AB
Complementary color
Monochromatic Colors of #FC25AB
Black with #FC25AB
Text Example
Text Example
White with #FC25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC25AB; }
p { color: rgb(252,37,171); }
H1.HeaderClassName
{
color: #FC25AB;
}
.AnyTagClassName
{
color: #FC25AB;
}
</style>
background-color css
<style>
a { background-color: #FC25AB; }
a { background-color: rgb(252,37,171); }
div.DivClassName
{
background-color: #FC25AB;
}
.BgClassName
{
background-color: #FC25AB;
}
</style>
border-color css
<style>
span { border-color: #FC25AB; }
span { border-color: rgb(252,37,171); }
td.TdClassName
{
border-color: #FC25AB;
}
.TagClassName
{
border-color: #FC25AB;
}
</style>