Shades of Magenta #F824FB
Tints of Magenta #F824FB
RGB
CMYK
RGB Variations
Color information
#F824FB (or 0xF824FB) is known color: Magenta. HEX triplet: F8, 24 and FB. RGB value is (248,36,251). Sum of RGB (Red+Green+Blue) = 248+36+251=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 36 (14.45% from 255 or 6.73% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #F824FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F824FB is #07DB04. Grayscale: #7B7B7B. Windows color (decimal): -514821 or 16459000. OLE color: 16459000.
HSL color Cylindrical-coordinate representation of color #F824FB: hue angle of 299.16º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F824FB is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 36 | 251 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.02 |
| HSL | 299.16º | 0.96% | 0.56% | - |
| HSV(B) | 299.16º | 0.86% | 0.98% | - |
| XYZ | 56.75 | 28.18 | 93.72 | - |
| YUV | 123.9 | 199.74 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 251 | 0.01 | 0.86 | 0 | 0.02 | 299.16 | 0.96 | 0.56 |
| Hex | F8 | 24 | FB | 1 | 56 | 0 | 2 | 12B | 60 | 38 |
| Octal | 370 | 44 | 373 | 1 | 126 | 0 | 2 | 453 | 140 | 70 |
| Binary | 11111000 | 100100 | 11111011 | 1 | 1010110 | 0 | 10 | 100101011 | 1100000 | 111000 |
Color Harmonies of #F824FB
Complementary color
Monochromatic Colors of #F824FB
Black with #F824FB
Text Example
Text Example
White with #F824FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F824FB; }
p { color: rgb(248,36,251); }
H1.HeaderClassName
{
color: #F824FB;
}
.AnyTagClassName
{
color: #F824FB;
}
</style>
background-color css
<style>
a { background-color: #F824FB; }
a { background-color: rgb(248,36,251); }
div.DivClassName
{
background-color: #F824FB;
}
.BgClassName
{
background-color: #F824FB;
}
</style>
border-color css
<style>
span { border-color: #F824FB; }
span { border-color: rgb(248,36,251); }
td.TdClassName
{
border-color: #F824FB;
}
.TagClassName
{
border-color: #F824FB;
}
</style>