Shades of Spicy Pink #FC26B1
Tints of Spicy Pink #FC26B1
RGB
CMYK
RGB Variations
Color information
#FC26B1 (or 0xFC26B1) is known color: Spicy Pink. HEX triplet: FC, 26 and B1. RGB value is (252,38,177). Sum of RGB (Red+Green+Blue) = 252+38+177=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC26B1 is #03D94E. Grayscale: #757575. Windows color (decimal): -252239 or 11609852. OLE color: 11609852.
HSL color Cylindrical-coordinate representation of color #FC26B1: hue angle of 321.03º 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 #FC26B1 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 177 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.01 |
| HSL | 321.03º | 0.97% | 0.57% | - |
| HSV(B) | 321.03º | 0.85% | 0.99% | - |
| XYZ | 48.77 | 25.26 | 43.9 | - |
| YUV | 117.83 | 161.4 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 177 | 0 | 0.85 | 0.30 | 0.01 | 321.03 | 0.97 | 0.57 |
| Hex | FC | 26 | B1 | 0 | 55 | 1E | 1 | 141 | 61 | 39 |
| Octal | 374 | 46 | 261 | 0 | 125 | 36 | 1 | 501 | 141 | 71 |
| Binary | 11111100 | 100110 | 10110001 | 0 | 1010101 | 11110 | 1 | 101000001 | 1100001 | 111001 |
Color Harmonies of #FC26B1
Complementary color
Monochromatic Colors of #FC26B1
Black with #FC26B1
Text Example
Text Example
White with #FC26B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26B1; }
p { color: rgb(252,38,177); }
H1.HeaderClassName
{
color: #FC26B1;
}
.AnyTagClassName
{
color: #FC26B1;
}
</style>
background-color css
<style>
a { background-color: #FC26B1; }
a { background-color: rgb(252,38,177); }
div.DivClassName
{
background-color: #FC26B1;
}
.BgClassName
{
background-color: #FC26B1;
}
</style>
border-color css
<style>
span { border-color: #FC26B1; }
span { border-color: rgb(252,38,177); }
td.TdClassName
{
border-color: #FC26B1;
}
.TagClassName
{
border-color: #FC26B1;
}
</style>