Shades of Spicy Pink #FC25AF
Tints of Spicy Pink #FC25AF
RGB
CMYK
RGB Variations
Color information
#FC25AF (or 0xFC25AF) is known color: Spicy Pink. HEX triplet: FC, 25 and AF. RGB value is (252,37,175). Sum of RGB (Red+Green+Blue) = 252+37+175=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC25AF is #03DA50. Grayscale: #747474. Windows color (decimal): -252497 or 11478524. OLE color: 11478524.
HSL color Cylindrical-coordinate representation of color #FC25AF: hue angle of 321.49º 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 #FC25AF is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 175 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.01 |
| HSL | 321.49º | 0.97% | 0.57% | - |
| HSV(B) | 321.49º | 0.85% | 0.99% | - |
| XYZ | 48.54 | 25.11 | 42.85 | - |
| YUV | 117.02 | 160.73 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 175 | 0 | 0.85 | 0.31 | 0.01 | 321.49 | 0.97 | 0.57 |
| Hex | FC | 25 | AF | 0 | 55 | 1F | 1 | 141 | 61 | 39 |
| Octal | 374 | 45 | 257 | 0 | 125 | 37 | 1 | 501 | 141 | 71 |
| Binary | 11111100 | 100101 | 10101111 | 0 | 1010101 | 11111 | 1 | 101000001 | 1100001 | 111001 |
Color Harmonies of #FC25AF
Complementary color
Monochromatic Colors of #FC25AF
Black with #FC25AF
Text Example
Text Example
White with #FC25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC25AF; }
p { color: rgb(252,37,175); }
H1.HeaderClassName
{
color: #FC25AF;
}
.AnyTagClassName
{
color: #FC25AF;
}
</style>
background-color css
<style>
a { background-color: #FC25AF; }
a { background-color: rgb(252,37,175); }
div.DivClassName
{
background-color: #FC25AF;
}
.BgClassName
{
background-color: #FC25AF;
}
</style>
border-color css
<style>
span { border-color: #FC25AF; }
span { border-color: rgb(252,37,175); }
td.TdClassName
{
border-color: #FC25AF;
}
.TagClassName
{
border-color: #FC25AF;
}
</style>