Shades of Magenta #F503F8
Tints of Magenta #F503F8
RGB
CMYK
RGB Variations
Color information
#F503F8 (or 0xF503F8) is known color: Magenta. HEX triplet: F5, 03 and F8. RGB value is (245,3,248). Sum of RGB (Red+Green+Blue) = 245+3+248=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 3 (1.56% from 255 or 0.60% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #F503F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F503F8 is #0AFC07. Grayscale: #666666. Windows color (decimal): -719880 or 16253941. OLE color: 16253941.
HSL color Cylindrical-coordinate representation of color #F503F8: hue angle of 299.27º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F503F8 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 3 | 248 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.03 |
| HSL | 299.27º | 0.98% | 0.49% | - |
| HSV(B) | 299.27º | 0.99% | 0.97% | - |
| XYZ | 54.63 | 26.25 | 91 | - |
| YUV | 103.29 | 209.67 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 248 | 0.01 | 0.99 | 0 | 0.03 | 299.27 | 0.98 | 0.49 |
| Hex | F5 | 3 | F8 | 1 | 63 | 0 | 3 | 12B | 62 | 31 |
| Octal | 365 | 3 | 370 | 1 | 143 | 0 | 3 | 453 | 142 | 61 |
| Binary | 11110101 | 11 | 11111000 | 1 | 1100011 | 0 | 11 | 100101011 | 1100010 | 110001 |
Color Harmonies of #F503F8
Complementary color
Monochromatic Colors of #F503F8
Black with #F503F8
Text Example
Text Example
White with #F503F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503F8; }
p { color: rgb(245,3,248); }
H1.HeaderClassName
{
color: #F503F8;
}
.AnyTagClassName
{
color: #F503F8;
}
</style>
background-color css
<style>
a { background-color: #F503F8; }
a { background-color: rgb(245,3,248); }
div.DivClassName
{
background-color: #F503F8;
}
.BgClassName
{
background-color: #F503F8;
}
</style>
border-color css
<style>
span { border-color: #F503F8; }
span { border-color: rgb(245,3,248); }
td.TdClassName
{
border-color: #F503F8;
}
.TagClassName
{
border-color: #F503F8;
}
</style>