Shades of Magenta #F824F5
Tints of Magenta #F824F5
RGB
CMYK
RGB Variations
Color information
#F824F5 (or 0xF824F5) is known color: Magenta. HEX triplet: F8, 24 and F5. RGB value is (248,36,245). Sum of RGB (Red+Green+Blue) = 248+36+245=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 36 (14.45% from 255 or 6.81% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F824F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F824F5 is #07DB0A. Grayscale: #7A7A7A. Windows color (decimal): -514827 or 16065784. OLE color: 16065784.
HSL color Cylindrical-coordinate representation of color #F824F5: hue angle of 300.85º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F824F5 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 245 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.03 |
| HSL | 300.85º | 0.94% | 0.56% | - |
| HSV(B) | 300.85º | 0.85% | 0.97% | - |
| XYZ | 55.82 | 27.81 | 88.81 | - |
| YUV | 123.21 | 196.74 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 245 | 0 | 0.85 | 0.01 | 0.03 | 300.85 | 0.94 | 0.56 |
| Hex | F8 | 24 | F5 | 0 | 55 | 1 | 3 | 12D | 5E | 38 |
| Octal | 370 | 44 | 365 | 0 | 125 | 1 | 3 | 455 | 136 | 70 |
| Binary | 11111000 | 100100 | 11110101 | 0 | 1010101 | 1 | 11 | 100101101 | 1011110 | 111000 |
Color Harmonies of #F824F5
Complementary color
Monochromatic Colors of #F824F5
Black with #F824F5
Text Example
Text Example
White with #F824F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F824F5; }
p { color: rgb(248,36,245); }
H1.HeaderClassName
{
color: #F824F5;
}
.AnyTagClassName
{
color: #F824F5;
}
</style>
background-color css
<style>
a { background-color: #F824F5; }
a { background-color: rgb(248,36,245); }
div.DivClassName
{
background-color: #F824F5;
}
.BgClassName
{
background-color: #F824F5;
}
</style>
border-color css
<style>
span { border-color: #F824F5; }
span { border-color: rgb(248,36,245); }
td.TdClassName
{
border-color: #F824F5;
}
.TagClassName
{
border-color: #F824F5;
}
</style>