Shades of Magenta #FC24FE
Tints of Magenta #FC24FE
RGB
CMYK
RGB Variations
Color information
#FC24FE (or 0xFC24FE) is known color: Magenta. HEX triplet: FC, 24 and FE. RGB value is (252,36,254). Sum of RGB (Red+Green+Blue) = 252+36+254=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 36 (14.45% from 255 or 6.64% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC24FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC24FE is #03DB01. Grayscale: #7C7C7C. Windows color (decimal): -252674 or 16655612. OLE color: 16655612.
HSL color Cylindrical-coordinate representation of color #FC24FE: hue angle of 299.45º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC24FE is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 36 | 254 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.00 |
| HSL | 299.45º | 0.99% | 0.57% | - |
| HSV(B) | 299.45º | 0.86% | 1% | - |
| XYZ | 58.67 | 29.11 | 96.29 | - |
| YUV | 125.44 | 200.56 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 254 | 0.01 | 0.86 | 0 | 0.00 | 299.45 | 0.99 | 0.57 |
| Hex | FC | 24 | FE | 1 | 56 | 0 | 0 | 12B | 63 | 39 |
| Octal | 374 | 44 | 376 | 1 | 126 | 0 | 0 | 453 | 143 | 71 |
| Binary | 11111100 | 100100 | 11111110 | 1 | 1010110 | 0 | 0 | 100101011 | 1100011 | 111001 |
Color Harmonies of #FC24FE
Complementary color
Monochromatic Colors of #FC24FE
Black with #FC24FE
Text Example
Text Example
White with #FC24FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC24FE; }
p { color: rgb(252,36,254); }
H1.HeaderClassName
{
color: #FC24FE;
}
.AnyTagClassName
{
color: #FC24FE;
}
</style>
background-color css
<style>
a { background-color: #FC24FE; }
a { background-color: rgb(252,36,254); }
div.DivClassName
{
background-color: #FC24FE;
}
.BgClassName
{
background-color: #FC24FE;
}
</style>
border-color css
<style>
span { border-color: #FC24FE; }
span { border-color: rgb(252,36,254); }
td.TdClassName
{
border-color: #FC24FE;
}
.TagClassName
{
border-color: #FC24FE;
}
</style>