Shades of Magenta #F31FFC
Tints of Magenta #F31FFC
RGB
CMYK
RGB Variations
Color information
#F31FFC (or 0xF31FFC) is known color: Magenta. HEX triplet: F3, 1F and FC. RGB value is (243,31,252). Sum of RGB (Red+Green+Blue) = 243+31+252=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 31 (12.5% from 255 or 5.89% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #F31FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31FFC is #0CE003. Grayscale: #767676. Windows color (decimal): -843780 or 16523251. OLE color: 16523251.
HSL color Cylindrical-coordinate representation of color #F31FFC: hue angle of 297.56º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31FFC is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 31 | 252 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.01 |
| HSL | 297.56º | 0.97% | 0.55% | - |
| HSV(B) | 297.56º | 0.88% | 0.99% | - |
| XYZ | 55.02 | 27.06 | 94.42 | - |
| YUV | 119.58 | 202.74 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 252 | 0.04 | 0.88 | 0 | 0.01 | 297.56 | 0.97 | 0.55 |
| Hex | F3 | 1F | FC | 4 | 58 | 0 | 1 | 12A | 61 | 37 |
| Octal | 363 | 37 | 374 | 4 | 130 | 0 | 1 | 452 | 141 | 67 |
| Binary | 11110011 | 11111 | 11111100 | 100 | 1011000 | 0 | 1 | 100101010 | 1100001 | 110111 |
Color Harmonies of #F31FFC
Complementary color
Monochromatic Colors of #F31FFC
Black with #F31FFC
Text Example
Text Example
White with #F31FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FFC; }
p { color: rgb(243,31,252); }
H1.HeaderClassName
{
color: #F31FFC;
}
.AnyTagClassName
{
color: #F31FFC;
}
</style>
background-color css
<style>
a { background-color: #F31FFC; }
a { background-color: rgb(243,31,252); }
div.DivClassName
{
background-color: #F31FFC;
}
.BgClassName
{
background-color: #F31FFC;
}
</style>
border-color css
<style>
span { border-color: #F31FFC; }
span { border-color: rgb(243,31,252); }
td.TdClassName
{
border-color: #F31FFC;
}
.TagClassName
{
border-color: #F31FFC;
}
</style>