Shades of Magenta #F31BFA
Tints of Magenta #F31BFA
RGB
CMYK
RGB Variations
Color information
#F31BFA (or 0xF31BFA) is known color: Magenta. HEX triplet: F3, 1B and FA. RGB value is (243,27,250). Sum of RGB (Red+Green+Blue) = 243+27+250=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 27 (10.94% from 255 or 5.19% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #F31BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31BFA is #0CE405. Grayscale: #747474. Windows color (decimal): -844806 or 16391155. OLE color: 16391155.
HSL color Cylindrical-coordinate representation of color #F31BFA: hue angle of 298.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31BFA is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 27 | 250 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.02 |
| HSL | 298.12º | 0.96% | 0.54% | - |
| HSV(B) | 298.12º | 0.89% | 0.98% | - |
| XYZ | 54.61 | 26.74 | 92.73 | - |
| YUV | 117.01 | 203.06 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 250 | 0.03 | 0.89 | 0 | 0.02 | 298.12 | 0.96 | 0.54 |
| Hex | F3 | 1B | FA | 3 | 59 | 0 | 2 | 12A | 60 | 36 |
| Octal | 363 | 33 | 372 | 3 | 131 | 0 | 2 | 452 | 140 | 66 |
| Binary | 11110011 | 11011 | 11111010 | 11 | 1011001 | 0 | 10 | 100101010 | 1100000 | 110110 |
Color Harmonies of #F31BFA
Complementary color
Monochromatic Colors of #F31BFA
Black with #F31BFA
Text Example
Text Example
White with #F31BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31BFA; }
p { color: rgb(243,27,250); }
H1.HeaderClassName
{
color: #F31BFA;
}
.AnyTagClassName
{
color: #F31BFA;
}
</style>
background-color css
<style>
a { background-color: #F31BFA; }
a { background-color: rgb(243,27,250); }
div.DivClassName
{
background-color: #F31BFA;
}
.BgClassName
{
background-color: #F31BFA;
}
</style>
border-color css
<style>
span { border-color: #F31BFA; }
span { border-color: rgb(243,27,250); }
td.TdClassName
{
border-color: #F31BFA;
}
.TagClassName
{
border-color: #F31BFA;
}
</style>