Shades of Magenta #F31AFC
Tints of Magenta #F31AFC
RGB
CMYK
RGB Variations
Color information
#F31AFC (or 0xF31AFC) is known color: Magenta. HEX triplet: F3, 1A and FC. RGB value is (243,26,252). Sum of RGB (Red+Green+Blue) = 243+26+252=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 26 (10.55% from 255 or 4.99% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #F31AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31AFC is #0CE503. Grayscale: #737373. Windows color (decimal): -845060 or 16521971. OLE color: 16521971.
HSL color Cylindrical-coordinate representation of color #F31AFC: hue angle of 297.61º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31AFC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 26 | 252 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.01 |
| HSL | 297.61º | 0.97% | 0.55% | - |
| HSV(B) | 297.61º | 0.9% | 0.99% | - |
| XYZ | 54.9 | 26.82 | 94.38 | - |
| YUV | 116.65 | 204.39 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 252 | 0.04 | 0.90 | 0 | 0.01 | 297.61 | 0.97 | 0.55 |
| Hex | F3 | 1A | FC | 4 | 5A | 0 | 1 | 12A | 61 | 37 |
| Octal | 363 | 32 | 374 | 4 | 132 | 0 | 1 | 452 | 141 | 67 |
| Binary | 11110011 | 11010 | 11111100 | 100 | 1011010 | 0 | 1 | 100101010 | 1100001 | 110111 |
Color Harmonies of #F31AFC
Complementary color
Monochromatic Colors of #F31AFC
Black with #F31AFC
Text Example
Text Example
White with #F31AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AFC; }
p { color: rgb(243,26,252); }
H1.HeaderClassName
{
color: #F31AFC;
}
.AnyTagClassName
{
color: #F31AFC;
}
</style>
background-color css
<style>
a { background-color: #F31AFC; }
a { background-color: rgb(243,26,252); }
div.DivClassName
{
background-color: #F31AFC;
}
.BgClassName
{
background-color: #F31AFC;
}
</style>
border-color css
<style>
span { border-color: #F31AFC; }
span { border-color: rgb(243,26,252); }
td.TdClassName
{
border-color: #F31AFC;
}
.TagClassName
{
border-color: #F31AFC;
}
</style>