Shades of Magenta #FC26FE
Tints of Magenta #FC26FE
RGB
CMYK
RGB Variations
Color information
#FC26FE (or 0xFC26FE) is known color: Magenta. HEX triplet: FC, 26 and FE. RGB value is (252,38,254). Sum of RGB (Red+Green+Blue) = 252+38+254=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 38 (15.23% from 255 or 6.99% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC26FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC26FE is #03D901. Grayscale: #7D7D7D. Windows color (decimal): -252162 or 16656124. OLE color: 16656124.
HSL color Cylindrical-coordinate representation of color #FC26FE: hue angle of 299.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC26FE is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 38 | 254 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.00 |
| HSL | 299.44º | 0.99% | 0.57% | - |
| HSV(B) | 299.44º | 0.85% | 1% | - |
| XYZ | 58.73 | 29.24 | 96.31 | - |
| YUV | 126.61 | 199.9 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 254 | 0.01 | 0.85 | 0 | 0.00 | 299.44 | 0.99 | 0.57 |
| Hex | FC | 26 | FE | 1 | 55 | 0 | 0 | 12B | 63 | 39 |
| Octal | 374 | 46 | 376 | 1 | 125 | 0 | 0 | 453 | 143 | 71 |
| Binary | 11111100 | 100110 | 11111110 | 1 | 1010101 | 0 | 0 | 100101011 | 1100011 | 111001 |
Color Harmonies of #FC26FE
Complementary color
Monochromatic Colors of #FC26FE
Black with #FC26FE
Text Example
Text Example
White with #FC26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26FE; }
p { color: rgb(252,38,254); }
H1.HeaderClassName
{
color: #FC26FE;
}
.AnyTagClassName
{
color: #FC26FE;
}
</style>
background-color css
<style>
a { background-color: #FC26FE; }
a { background-color: rgb(252,38,254); }
div.DivClassName
{
background-color: #FC26FE;
}
.BgClassName
{
background-color: #FC26FE;
}
</style>
border-color css
<style>
span { border-color: #FC26FE; }
span { border-color: rgb(252,38,254); }
td.TdClassName
{
border-color: #FC26FE;
}
.TagClassName
{
border-color: #FC26FE;
}
</style>