Shades of Magenta #F51FFB
Tints of Magenta #F51FFB
RGB
CMYK
RGB Variations
Color information
#F51FFB (or 0xF51FFB) is known color: Magenta. HEX triplet: F5, 1F and FB. RGB value is (245,31,251). Sum of RGB (Red+Green+Blue) = 245+31+251=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 31 (12.5% from 255 or 5.88% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #F51FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51FFB is #0AE004. Grayscale: #777777. Windows color (decimal): -712709 or 16457717. OLE color: 16457717.
HSL color Cylindrical-coordinate representation of color #F51FFB: hue angle of 298.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51FFB is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 31 | 251 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.02 |
| HSL | 298.36º | 0.96% | 0.55% | - |
| HSV(B) | 298.36º | 0.88% | 0.98% | - |
| XYZ | 55.56 | 27.36 | 93.62 | - |
| YUV | 120.07 | 201.9 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 251 | 0.02 | 0.88 | 0 | 0.02 | 298.36 | 0.96 | 0.55 |
| Hex | F5 | 1F | FB | 2 | 58 | 0 | 2 | 12A | 60 | 37 |
| Octal | 365 | 37 | 373 | 2 | 130 | 0 | 2 | 452 | 140 | 67 |
| Binary | 11110101 | 11111 | 11111011 | 10 | 1011000 | 0 | 10 | 100101010 | 1100000 | 110111 |
Color Harmonies of #F51FFB
Complementary color
Monochromatic Colors of #F51FFB
Black with #F51FFB
Text Example
Text Example
White with #F51FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51FFB; }
p { color: rgb(245,31,251); }
H1.HeaderClassName
{
color: #F51FFB;
}
.AnyTagClassName
{
color: #F51FFB;
}
</style>
background-color css
<style>
a { background-color: #F51FFB; }
a { background-color: rgb(245,31,251); }
div.DivClassName
{
background-color: #F51FFB;
}
.BgClassName
{
background-color: #F51FFB;
}
</style>
border-color css
<style>
span { border-color: #F51FFB; }
span { border-color: rgb(245,31,251); }
td.TdClassName
{
border-color: #F51FFB;
}
.TagClassName
{
border-color: #F51FFB;
}
</style>