Shades of Spicy Pink #FC25B8
Tints of Spicy Pink #FC25B8
RGB
CMYK
RGB Variations
Color information
#FC25B8 (or 0xFC25B8) is known color: Spicy Pink. HEX triplet: FC, 25 and B8. RGB value is (252,37,184). Sum of RGB (Red+Green+Blue) = 252+37+184=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC25B8 is #03DA47. Grayscale: #757575. Windows color (decimal): -252488 or 12068348. OLE color: 12068348.
HSL color Cylindrical-coordinate representation of color #FC25B8: hue angle of 318.98º 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 #FC25B8 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 184 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.01 |
| HSL | 318.98º | 0.97% | 0.57% | - |
| HSV(B) | 318.98º | 0.85% | 0.99% | - |
| XYZ | 49.46 | 25.48 | 47.66 | - |
| YUV | 118.04 | 165.23 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 184 | 0 | 0.85 | 0.27 | 0.01 | 318.98 | 0.97 | 0.57 |
| Hex | FC | 25 | B8 | 0 | 55 | 1B | 1 | 13F | 61 | 39 |
| Octal | 374 | 45 | 270 | 0 | 125 | 33 | 1 | 477 | 141 | 71 |
| Binary | 11111100 | 100101 | 10111000 | 0 | 1010101 | 11011 | 1 | 100111111 | 1100001 | 111001 |
Color Harmonies of #FC25B8
Complementary color
Monochromatic Colors of #FC25B8
Black with #FC25B8
Text Example
Text Example
White with #FC25B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC25B8; }
p { color: rgb(252,37,184); }
H1.HeaderClassName
{
color: #FC25B8;
}
.AnyTagClassName
{
color: #FC25B8;
}
</style>
background-color css
<style>
a { background-color: #FC25B8; }
a { background-color: rgb(252,37,184); }
div.DivClassName
{
background-color: #FC25B8;
}
.BgClassName
{
background-color: #FC25B8;
}
</style>
border-color css
<style>
span { border-color: #FC25B8; }
span { border-color: rgb(252,37,184); }
td.TdClassName
{
border-color: #FC25B8;
}
.TagClassName
{
border-color: #FC25B8;
}
</style>