Shades of Spicy Pink #FC26AF
Tints of Spicy Pink #FC26AF
RGB
CMYK
RGB Variations
Color information
#FC26AF (or 0xFC26AF) is known color: Spicy Pink. HEX triplet: FC, 26 and AF. RGB value is (252,38,175). Sum of RGB (Red+Green+Blue) = 252+38+175=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC26AF is #03D950. Grayscale: #757575. Windows color (decimal): -252241 or 11478780. OLE color: 11478780.
HSL color Cylindrical-coordinate representation of color #FC26AF: hue angle of 321.59º 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 #FC26AF is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 175 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.01 |
| HSL | 321.59º | 0.97% | 0.57% | - |
| HSV(B) | 321.59º | 0.85% | 0.99% | - |
| XYZ | 48.58 | 25.18 | 42.86 | - |
| YUV | 117.6 | 160.4 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 175 | 0 | 0.85 | 0.31 | 0.01 | 321.59 | 0.97 | 0.57 |
| Hex | FC | 26 | AF | 0 | 55 | 1F | 1 | 142 | 61 | 39 |
| Octal | 374 | 46 | 257 | 0 | 125 | 37 | 1 | 502 | 141 | 71 |
| Binary | 11111100 | 100110 | 10101111 | 0 | 1010101 | 11111 | 1 | 101000010 | 1100001 | 111001 |
Color Harmonies of #FC26AF
Complementary color
Monochromatic Colors of #FC26AF
Black with #FC26AF
Text Example
Text Example
White with #FC26AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26AF; }
p { color: rgb(252,38,175); }
H1.HeaderClassName
{
color: #FC26AF;
}
.AnyTagClassName
{
color: #FC26AF;
}
</style>
background-color css
<style>
a { background-color: #FC26AF; }
a { background-color: rgb(252,38,175); }
div.DivClassName
{
background-color: #FC26AF;
}
.BgClassName
{
background-color: #FC26AF;
}
</style>
border-color css
<style>
span { border-color: #FC26AF; }
span { border-color: rgb(252,38,175); }
td.TdClassName
{
border-color: #FC26AF;
}
.TagClassName
{
border-color: #FC26AF;
}
</style>