Shades of Magenta #F824FE
Tints of Magenta #F824FE
RGB
CMYK
RGB Variations
Color information
#F824FE (or 0xF824FE) is known color: Magenta. HEX triplet: F8, 24 and FE. RGB value is (248,36,254). Sum of RGB (Red+Green+Blue) = 248+36+254=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 36 (14.45% from 255 or 6.69% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #F824FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F824FE is #07DB01. Grayscale: #7B7B7B. Windows color (decimal): -514818 or 16655608. OLE color: 16655608.
HSL color Cylindrical-coordinate representation of color #F824FE: hue angle of 298.35º 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 #F824FE is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 36 | 254 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.00 |
| HSL | 298.35º | 0.99% | 0.57% | - |
| HSV(B) | 298.35º | 0.86% | 1% | - |
| XYZ | 57.23 | 28.37 | 96.23 | - |
| YUV | 124.24 | 201.24 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 254 | 0.02 | 0.86 | 0 | 0.00 | 298.35 | 0.99 | 0.57 |
| Hex | F8 | 24 | FE | 2 | 56 | 0 | 0 | 12A | 63 | 39 |
| Octal | 370 | 44 | 376 | 2 | 126 | 0 | 0 | 452 | 143 | 71 |
| Binary | 11111000 | 100100 | 11111110 | 10 | 1010110 | 0 | 0 | 100101010 | 1100011 | 111001 |
Color Harmonies of #F824FE
Complementary color
Monochromatic Colors of #F824FE
Black with #F824FE
Text Example
Text Example
White with #F824FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F824FE; }
p { color: rgb(248,36,254); }
H1.HeaderClassName
{
color: #F824FE;
}
.AnyTagClassName
{
color: #F824FE;
}
</style>
background-color css
<style>
a { background-color: #F824FE; }
a { background-color: rgb(248,36,254); }
div.DivClassName
{
background-color: #F824FE;
}
.BgClassName
{
background-color: #F824FE;
}
</style>
border-color css
<style>
span { border-color: #F824FE; }
span { border-color: rgb(248,36,254); }
td.TdClassName
{
border-color: #F824FE;
}
.TagClassName
{
border-color: #F824FE;
}
</style>