Shades of Magenta #F31BFB
Tints of Magenta #F31BFB
RGB
CMYK
RGB Variations
Color information
#F31BFB (or 0xF31BFB) is known color: Magenta. HEX triplet: F3, 1B and FB. RGB value is (243,27,251). Sum of RGB (Red+Green+Blue) = 243+27+251=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 27 (10.94% from 255 or 5.18% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #F31BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31BFB is #0CE404. Grayscale: #747474. Windows color (decimal): -844805 or 16456691. OLE color: 16456691.
HSL color Cylindrical-coordinate representation of color #F31BFB: hue angle of 297.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31BFB is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 27 | 251 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.02 |
| HSL | 297.86º | 0.97% | 0.55% | - |
| HSV(B) | 297.86º | 0.89% | 0.98% | - |
| XYZ | 54.77 | 26.8 | 93.55 | - |
| YUV | 117.12 | 203.56 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 251 | 0.03 | 0.89 | 0 | 0.02 | 297.86 | 0.97 | 0.55 |
| Hex | F3 | 1B | FB | 3 | 59 | 0 | 2 | 12A | 61 | 37 |
| Octal | 363 | 33 | 373 | 3 | 131 | 0 | 2 | 452 | 141 | 67 |
| Binary | 11110011 | 11011 | 11111011 | 11 | 1011001 | 0 | 10 | 100101010 | 1100001 | 110111 |
Color Harmonies of #F31BFB
Complementary color
Monochromatic Colors of #F31BFB
Black with #F31BFB
Text Example
Text Example
White with #F31BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31BFB; }
p { color: rgb(243,27,251); }
H1.HeaderClassName
{
color: #F31BFB;
}
.AnyTagClassName
{
color: #F31BFB;
}
</style>
background-color css
<style>
a { background-color: #F31BFB; }
a { background-color: rgb(243,27,251); }
div.DivClassName
{
background-color: #F31BFB;
}
.BgClassName
{
background-color: #F31BFB;
}
</style>
border-color css
<style>
span { border-color: #F31BFB; }
span { border-color: rgb(243,27,251); }
td.TdClassName
{
border-color: #F31BFB;
}
.TagClassName
{
border-color: #F31BFB;
}
</style>