Shades of Magenta #F502FB
Tints of Magenta #F502FB
RGB
CMYK
RGB Variations
Color information
#F502FB (or 0xF502FB) is known color: Magenta. HEX triplet: F5, 02 and FB. RGB value is (245,2,251). Sum of RGB (Red+Green+Blue) = 245+2+251=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 2 (1.17% from 255 or 0.40% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #F502FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F502FB is #0AFD04. Grayscale: #666666. Windows color (decimal): -720133 or 16450293. OLE color: 16450293.
HSL color Cylindrical-coordinate representation of color #F502FB: hue angle of 298.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F502FB is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 2 | 251 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.02 |
| HSL | 298.55º | 0.98% | 0.5% | - |
| HSV(B) | 298.55º | 0.99% | 0.98% | - |
| XYZ | 55.09 | 26.42 | 93.46 | - |
| YUV | 103.04 | 211.51 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 251 | 0.02 | 0.99 | 0 | 0.02 | 298.55 | 0.98 | 0.5 |
| Hex | F5 | 2 | FB | 2 | 63 | 0 | 2 | 12B | 62 | 32 |
| Octal | 365 | 2 | 373 | 2 | 143 | 0 | 2 | 453 | 142 | 62 |
| Binary | 11110101 | 10 | 11111011 | 10 | 1100011 | 0 | 10 | 100101011 | 1100010 | 110010 |
Color Harmonies of #F502FB
Complementary color
Monochromatic Colors of #F502FB
Black with #F502FB
Text Example
Text Example
White with #F502FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502FB; }
p { color: rgb(245,2,251); }
H1.HeaderClassName
{
color: #F502FB;
}
.AnyTagClassName
{
color: #F502FB;
}
</style>
background-color css
<style>
a { background-color: #F502FB; }
a { background-color: rgb(245,2,251); }
div.DivClassName
{
background-color: #F502FB;
}
.BgClassName
{
background-color: #F502FB;
}
</style>
border-color css
<style>
span { border-color: #F502FB; }
span { border-color: rgb(245,2,251); }
td.TdClassName
{
border-color: #F502FB;
}
.TagClassName
{
border-color: #F502FB;
}
</style>