Shades of Spicy Pink #FC26BA
Tints of Spicy Pink #FC26BA
RGB
CMYK
RGB Variations
Color information
#FC26BA (or 0xFC26BA) is known color: Spicy Pink. HEX triplet: FC, 26 and BA. RGB value is (252,38,186). Sum of RGB (Red+Green+Blue) = 252+38+186=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC26BA is #03D945. Grayscale: #767676. Windows color (decimal): -252230 or 12199676. OLE color: 12199676.
HSL color Cylindrical-coordinate representation of color #FC26BA: hue angle of 318.5º 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 #FC26BA is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 186 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.01 |
| HSL | 318.5º | 0.97% | 0.57% | - |
| HSV(B) | 318.5º | 0.85% | 0.99% | - |
| XYZ | 49.7 | 25.63 | 48.78 | - |
| YUV | 118.86 | 165.9 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 186 | 0 | 0.85 | 0.26 | 0.01 | 318.5 | 0.97 | 0.57 |
| Hex | FC | 26 | BA | 0 | 55 | 1A | 1 | 13F | 61 | 39 |
| Octal | 374 | 46 | 272 | 0 | 125 | 32 | 1 | 477 | 141 | 71 |
| Binary | 11111100 | 100110 | 10111010 | 0 | 1010101 | 11010 | 1 | 100111111 | 1100001 | 111001 |
Color Harmonies of #FC26BA
Complementary color
Monochromatic Colors of #FC26BA
Black with #FC26BA
Text Example
Text Example
White with #FC26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26BA; }
p { color: rgb(252,38,186); }
H1.HeaderClassName
{
color: #FC26BA;
}
.AnyTagClassName
{
color: #FC26BA;
}
</style>
background-color css
<style>
a { background-color: #FC26BA; }
a { background-color: rgb(252,38,186); }
div.DivClassName
{
background-color: #FC26BA;
}
.BgClassName
{
background-color: #FC26BA;
}
</style>
border-color css
<style>
span { border-color: #FC26BA; }
span { border-color: rgb(252,38,186); }
td.TdClassName
{
border-color: #FC26BA;
}
.TagClassName
{
border-color: #FC26BA;
}
</style>