Shades of Magenta #F50BFC
Tints of Magenta #F50BFC
RGB
CMYK
RGB Variations
Color information
#F50BFC (or 0xF50BFC) is known color: Magenta. HEX triplet: F5, 0B and FC. RGB value is (245,11,252). Sum of RGB (Red+Green+Blue) = 245+11+252=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 11 (4.69% from 255 or 2.17% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #F50BFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50BFC is #0AF403. Grayscale: #6B6B6B. Windows color (decimal): -717828 or 16518133. OLE color: 16518133.
HSL color Cylindrical-coordinate representation of color #F50BFC: hue angle of 298.26º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50BFC is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 11 | 252 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.01 |
| HSL | 298.26º | 0.98% | 0.52% | - |
| HSV(B) | 298.26º | 0.96% | 0.99% | - |
| XYZ | 55.35 | 26.68 | 94.33 | - |
| YUV | 108.44 | 209.02 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 252 | 0.03 | 0.96 | 0 | 0.01 | 298.26 | 0.98 | 0.52 |
| Hex | F5 | B | FC | 3 | 60 | 0 | 1 | 12A | 62 | 34 |
| Octal | 365 | 13 | 374 | 3 | 140 | 0 | 1 | 452 | 142 | 64 |
| Binary | 11110101 | 1011 | 11111100 | 11 | 1100000 | 0 | 1 | 100101010 | 1100010 | 110100 |
Color Harmonies of #F50BFC
Complementary color
Monochromatic Colors of #F50BFC
Black with #F50BFC
Text Example
Text Example
White with #F50BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50BFC; }
p { color: rgb(245,11,252); }
H1.HeaderClassName
{
color: #F50BFC;
}
.AnyTagClassName
{
color: #F50BFC;
}
</style>
background-color css
<style>
a { background-color: #F50BFC; }
a { background-color: rgb(245,11,252); }
div.DivClassName
{
background-color: #F50BFC;
}
.BgClassName
{
background-color: #F50BFC;
}
</style>
border-color css
<style>
span { border-color: #F50BFC; }
span { border-color: rgb(245,11,252); }
td.TdClassName
{
border-color: #F50BFC;
}
.TagClassName
{
border-color: #F50BFC;
}
</style>