Shades of Magenta #FC26FF
Tints of Magenta #FC26FF
RGB
CMYK
RGB Variations
Color information
#FC26FF (or 0xFC26FF) is known color: Magenta. HEX triplet: FC, 26 and FF. RGB value is (252,38,255). Sum of RGB (Red+Green+Blue) = 252+38+255=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 38 (15.23% from 255 or 6.97% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC26FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC26FF is #03D900. Grayscale: #7E7E7E. Windows color (decimal): -252161 or 16721660. OLE color: 16721660.
HSL color Cylindrical-coordinate representation of color #FC26FF: hue angle of 299.17º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC26FF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 38 | 255 | - |
| CMYK | 0.01 | 0.85 | 0 | 0 |
| HSL | 299.17º | 1% | 0.57% | - |
| HSV(B) | 299.17º | 0.85% | 1% | - |
| XYZ | 58.89 | 29.3 | 97.16 | - |
| YUV | 126.72 | 200.4 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 255 | 0.01 | 0.85 | 0 | 0 | 299.17 | 1 | 0.57 |
| Hex | FC | 26 | FF | 1 | 55 | 0 | 0 | 12B | 64 | 39 |
| Octal | 374 | 46 | 377 | 1 | 125 | 0 | 0 | 453 | 144 | 71 |
| Binary | 11111100 | 100110 | 11111111 | 1 | 1010101 | 0 | 0 | 100101011 | 1100100 | 111001 |
Color Harmonies of #FC26FF
Complementary color
Monochromatic Colors of #FC26FF
Black with #FC26FF
Text Example
Text Example
White with #FC26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26FF; }
p { color: rgb(252,38,255); }
H1.HeaderClassName
{
color: #FC26FF;
}
.AnyTagClassName
{
color: #FC26FF;
}
</style>
background-color css
<style>
a { background-color: #FC26FF; }
a { background-color: rgb(252,38,255); }
div.DivClassName
{
background-color: #FC26FF;
}
.BgClassName
{
background-color: #FC26FF;
}
</style>
border-color css
<style>
span { border-color: #FC26FF; }
span { border-color: rgb(252,38,255); }
td.TdClassName
{
border-color: #FC26FF;
}
.TagClassName
{
border-color: #FC26FF;
}
</style>