Shades of Magenta #F31FFB
Tints of Magenta #F31FFB
RGB
CMYK
RGB Variations
Color information
#F31FFB (or 0xF31FFB) is known color: Magenta. HEX triplet: F3, 1F and FB. RGB value is (243,31,251). Sum of RGB (Red+Green+Blue) = 243+31+251=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 31 (12.5% from 255 or 5.90% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #F31FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31FFB is #0CE004. Grayscale: #767676. Windows color (decimal): -843781 or 16457715. OLE color: 16457715.
HSL color Cylindrical-coordinate representation of color #F31FFB: hue angle of 297.82º 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 #F31FFB is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 31 | 251 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.02 |
| HSL | 297.82º | 0.96% | 0.55% | - |
| HSV(B) | 297.82º | 0.88% | 0.98% | - |
| XYZ | 54.86 | 27 | 93.59 | - |
| YUV | 119.47 | 202.24 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 251 | 0.03 | 0.88 | 0 | 0.02 | 297.82 | 0.96 | 0.55 |
| Hex | F3 | 1F | FB | 3 | 58 | 0 | 2 | 12A | 60 | 37 |
| Octal | 363 | 37 | 373 | 3 | 130 | 0 | 2 | 452 | 140 | 67 |
| Binary | 11110011 | 11111 | 11111011 | 11 | 1011000 | 0 | 10 | 100101010 | 1100000 | 110111 |
Color Harmonies of #F31FFB
Complementary color
Monochromatic Colors of #F31FFB
Black with #F31FFB
Text Example
Text Example
White with #F31FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FFB; }
p { color: rgb(243,31,251); }
H1.HeaderClassName
{
color: #F31FFB;
}
.AnyTagClassName
{
color: #F31FFB;
}
</style>
background-color css
<style>
a { background-color: #F31FFB; }
a { background-color: rgb(243,31,251); }
div.DivClassName
{
background-color: #F31FFB;
}
.BgClassName
{
background-color: #F31FFB;
}
</style>
border-color css
<style>
span { border-color: #F31FFB; }
span { border-color: rgb(243,31,251); }
td.TdClassName
{
border-color: #F31FFB;
}
.TagClassName
{
border-color: #F31FFB;
}
</style>