Shades of Magenta #F31AFB
Tints of Magenta #F31AFB
RGB
CMYK
RGB Variations
Color information
#F31AFB (or 0xF31AFB) is known color: Magenta. HEX triplet: F3, 1A and FB. RGB value is (243,26,251). Sum of RGB (Red+Green+Blue) = 243+26+251=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 26 (10.55% from 255 or 5% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #F31AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31AFB is #0CE504. Grayscale: #737373. Windows color (decimal): -845061 or 16456435. OLE color: 16456435.
HSL color Cylindrical-coordinate representation of color #F31AFB: hue angle of 297.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31AFB is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 26 | 251 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.02 |
| HSL | 297.87º | 0.97% | 0.54% | - |
| HSV(B) | 297.87º | 0.9% | 0.98% | - |
| XYZ | 54.74 | 26.76 | 93.55 | - |
| YUV | 116.53 | 203.89 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 251 | 0.03 | 0.90 | 0 | 0.02 | 297.87 | 0.97 | 0.54 |
| Hex | F3 | 1A | FB | 3 | 5A | 0 | 2 | 12A | 61 | 36 |
| Octal | 363 | 32 | 373 | 3 | 132 | 0 | 2 | 452 | 141 | 66 |
| Binary | 11110011 | 11010 | 11111011 | 11 | 1011010 | 0 | 10 | 100101010 | 1100001 | 110110 |
Color Harmonies of #F31AFB
Complementary color
Monochromatic Colors of #F31AFB
Black with #F31AFB
Text Example
Text Example
White with #F31AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AFB; }
p { color: rgb(243,26,251); }
H1.HeaderClassName
{
color: #F31AFB;
}
.AnyTagClassName
{
color: #F31AFB;
}
</style>
background-color css
<style>
a { background-color: #F31AFB; }
a { background-color: rgb(243,26,251); }
div.DivClassName
{
background-color: #F31AFB;
}
.BgClassName
{
background-color: #F31AFB;
}
</style>
border-color css
<style>
span { border-color: #F31AFB; }
span { border-color: rgb(243,26,251); }
td.TdClassName
{
border-color: #F31AFB;
}
.TagClassName
{
border-color: #F31AFB;
}
</style>