Shades of Magenta #F523FF
Tints of Magenta #F523FF
RGB
CMYK
RGB Variations
Color information
#F523FF (or 0xF523FF) is known color: Magenta. HEX triplet: F5, 23 and FF. RGB value is (245,35,255). Sum of RGB (Red+Green+Blue) = 245+35+255=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 35 (14.06% from 255 or 6.54% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #F523FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F523FF is #0ADC00. Grayscale: #7A7A7A. Windows color (decimal): -711681 or 16720885. OLE color: 16720885.
HSL color Cylindrical-coordinate representation of color #F523FF: hue angle of 297.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 #F523FF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 35 | 255 | - |
| CMYK | 0.04 | 0.86 | 0 | 0 |
| HSL | 297.27º | 1% | 0.57% | - |
| HSV(B) | 297.27º | 0.86% | 1% | - |
| XYZ | 56.31 | 27.83 | 97.01 | - |
| YUV | 122.87 | 202.57 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 255 | 0.04 | 0.86 | 0 | 0 | 297.27 | 1 | 0.57 |
| Hex | F5 | 23 | FF | 4 | 56 | 0 | 0 | 129 | 64 | 39 |
| Octal | 365 | 43 | 377 | 4 | 126 | 0 | 0 | 451 | 144 | 71 |
| Binary | 11110101 | 100011 | 11111111 | 100 | 1010110 | 0 | 0 | 100101001 | 1100100 | 111001 |
Color Harmonies of #F523FF
Complementary color
Monochromatic Colors of #F523FF
Black with #F523FF
Text Example
Text Example
White with #F523FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F523FF; }
p { color: rgb(245,35,255); }
H1.HeaderClassName
{
color: #F523FF;
}
.AnyTagClassName
{
color: #F523FF;
}
</style>
background-color css
<style>
a { background-color: #F523FF; }
a { background-color: rgb(245,35,255); }
div.DivClassName
{
background-color: #F523FF;
}
.BgClassName
{
background-color: #F523FF;
}
</style>
border-color css
<style>
span { border-color: #F523FF; }
span { border-color: rgb(245,35,255); }
td.TdClassName
{
border-color: #F523FF;
}
.TagClassName
{
border-color: #F523FF;
}
</style>