Shades of Magenta #FF24FE
Tints of Magenta #FF24FE
RGB
CMYK
RGB Variations
Color information
#FF24FE (or 0xFF24FE) is known color: Magenta. HEX triplet: FF, 24 and FE. RGB value is (255,36,254). Sum of RGB (Red+Green+Blue) = 255+36+254=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 36 (14.45% from 255 or 6.61% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF24FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF24FE is #00DB01. Grayscale: #7D7D7D. Windows color (decimal): -56066 or 16655615. OLE color: 16655615.
HSL color Cylindrical-coordinate representation of color #FF24FE: hue angle of 300.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF24FE is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 254 | - |
| CMYK | 0 | 0.86 | 0.00 | 0 |
| HSL | 300.27º | 1% | 0.57% | - |
| HSV(B) | 300.27º | 0.86% | 1% | - |
| XYZ | 59.76 | 29.68 | 96.34 | - |
| YUV | 126.33 | 200.05 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 254 | 0 | 0.86 | 0.00 | 0 | 300.27 | 1 | 0.57 |
| Hex | FF | 24 | FE | 0 | 56 | 0 | 0 | 12C | 64 | 39 |
| Octal | 377 | 44 | 376 | 0 | 126 | 0 | 0 | 454 | 144 | 71 |
| Binary | 11111111 | 100100 | 11111110 | 0 | 1010110 | 0 | 0 | 100101100 | 1100100 | 111001 |
Color Harmonies of #FF24FE
Complementary color
Monochromatic Colors of #FF24FE
Black with #FF24FE
Text Example
Text Example
White with #FF24FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF24FE; }
p { color: rgb(255,36,254); }
H1.HeaderClassName
{
color: #FF24FE;
}
.AnyTagClassName
{
color: #FF24FE;
}
</style>
background-color css
<style>
a { background-color: #FF24FE; }
a { background-color: rgb(255,36,254); }
div.DivClassName
{
background-color: #FF24FE;
}
.BgClassName
{
background-color: #FF24FE;
}
</style>
border-color css
<style>
span { border-color: #FF24FE; }
span { border-color: rgb(255,36,254); }
td.TdClassName
{
border-color: #FF24FE;
}
.TagClassName
{
border-color: #FF24FE;
}
</style>