Shades of Magenta #F31DF0
Tints of Magenta #F31DF0
RGB
CMYK
RGB Variations
Color information
#F31DF0 (or 0xF31DF0) is known color: Magenta. HEX triplet: F3, 1D and F0. RGB value is (243,29,240). Sum of RGB (Red+Green+Blue) = 243+29+240=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 29 (11.72% from 255 or 5.66% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31DF0 is #0CE20F. Grayscale: #747474. Windows color (decimal): -844304 or 15736307. OLE color: 15736307.
HSL color Cylindrical-coordinate representation of color #F31DF0: hue angle of 300.84º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31DF0 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 240 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.05 |
| HSL | 300.84º | 0.9% | 0.53% | - |
| HSV(B) | 300.84º | 0.88% | 0.95% | - |
| XYZ | 53.13 | 26.22 | 84.7 | - |
| YUV | 117.04 | 197.4 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 240 | 0 | 0.88 | 0.01 | 0.05 | 300.84 | 0.9 | 0.53 |
| Hex | F3 | 1D | F0 | 0 | 58 | 1 | 5 | 12D | 5A | 35 |
| Octal | 363 | 35 | 360 | 0 | 130 | 1 | 5 | 455 | 132 | 65 |
| Binary | 11110011 | 11101 | 11110000 | 0 | 1011000 | 1 | 101 | 100101101 | 1011010 | 110101 |
Color Harmonies of #F31DF0
Complementary color
Monochromatic Colors of #F31DF0
Black with #F31DF0
Text Example
Text Example
White with #F31DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DF0; }
p { color: rgb(243,29,240); }
H1.HeaderClassName
{
color: #F31DF0;
}
.AnyTagClassName
{
color: #F31DF0;
}
</style>
background-color css
<style>
a { background-color: #F31DF0; }
a { background-color: rgb(243,29,240); }
div.DivClassName
{
background-color: #F31DF0;
}
.BgClassName
{
background-color: #F31DF0;
}
</style>
border-color css
<style>
span { border-color: #F31DF0; }
span { border-color: rgb(243,29,240); }
td.TdClassName
{
border-color: #F31DF0;
}
.TagClassName
{
border-color: #F31DF0;
}
</style>