Shades of Spicy Pink #FC25B2
Tints of Spicy Pink #FC25B2
RGB
CMYK
RGB Variations
Color information
#FC25B2 (or 0xFC25B2) is known color: Spicy Pink. HEX triplet: FC, 25 and B2. RGB value is (252,37,178). Sum of RGB (Red+Green+Blue) = 252+37+178=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC25B2 is #03DA4D. Grayscale: #757575. Windows color (decimal): -252494 or 11675132. OLE color: 11675132.
HSL color Cylindrical-coordinate representation of color #FC25B2: hue angle of 320.65º 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 #FC25B2 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 178 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.01 |
| HSL | 320.65º | 0.97% | 0.57% | - |
| HSV(B) | 320.65º | 0.85% | 0.99% | - |
| XYZ | 48.84 | 25.23 | 44.42 | - |
| YUV | 117.36 | 162.23 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 178 | 0 | 0.85 | 0.29 | 0.01 | 320.65 | 0.97 | 0.57 |
| Hex | FC | 25 | B2 | 0 | 55 | 1D | 1 | 141 | 61 | 39 |
| Octal | 374 | 45 | 262 | 0 | 125 | 35 | 1 | 501 | 141 | 71 |
| Binary | 11111100 | 100101 | 10110010 | 0 | 1010101 | 11101 | 1 | 101000001 | 1100001 | 111001 |
Color Harmonies of #FC25B2
Complementary color
Monochromatic Colors of #FC25B2
Black with #FC25B2
Text Example
Text Example
White with #FC25B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC25B2; }
p { color: rgb(252,37,178); }
H1.HeaderClassName
{
color: #FC25B2;
}
.AnyTagClassName
{
color: #FC25B2;
}
</style>
background-color css
<style>
a { background-color: #FC25B2; }
a { background-color: rgb(252,37,178); }
div.DivClassName
{
background-color: #FC25B2;
}
.BgClassName
{
background-color: #FC25B2;
}
</style>
border-color css
<style>
span { border-color: #FC25B2; }
span { border-color: rgb(252,37,178); }
td.TdClassName
{
border-color: #FC25B2;
}
.TagClassName
{
border-color: #FC25B2;
}
</style>