Shades of Magenta #F31DF6
Tints of Magenta #F31DF6
RGB
CMYK
RGB Variations
Color information
#F31DF6 (or 0xF31DF6) is known color: Magenta. HEX triplet: F3, 1D and F6. RGB value is (243,29,246). Sum of RGB (Red+Green+Blue) = 243+29+246=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 29 (11.72% from 255 or 5.60% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #F31DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31DF6 is #0CE209. Grayscale: #757575. Windows color (decimal): -844298 or 16129523. OLE color: 16129523.
HSL color Cylindrical-coordinate representation of color #F31DF6: hue angle of 299.17º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31DF6 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 29 | 246 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.04 |
| HSL | 299.17º | 0.92% | 0.54% | - |
| HSV(B) | 299.17º | 0.88% | 0.96% | - |
| XYZ | 54.04 | 26.59 | 89.47 | - |
| YUV | 117.72 | 200.4 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 246 | 0.01 | 0.88 | 0 | 0.04 | 299.17 | 0.92 | 0.54 |
| Hex | F3 | 1D | F6 | 1 | 58 | 0 | 4 | 12B | 5C | 36 |
| Octal | 363 | 35 | 366 | 1 | 130 | 0 | 4 | 453 | 134 | 66 |
| Binary | 11110011 | 11101 | 11110110 | 1 | 1011000 | 0 | 100 | 100101011 | 1011100 | 110110 |
Color Harmonies of #F31DF6
Complementary color
Monochromatic Colors of #F31DF6
Black with #F31DF6
Text Example
Text Example
White with #F31DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DF6; }
p { color: rgb(243,29,246); }
H1.HeaderClassName
{
color: #F31DF6;
}
.AnyTagClassName
{
color: #F31DF6;
}
</style>
background-color css
<style>
a { background-color: #F31DF6; }
a { background-color: rgb(243,29,246); }
div.DivClassName
{
background-color: #F31DF6;
}
.BgClassName
{
background-color: #F31DF6;
}
</style>
border-color css
<style>
span { border-color: #F31DF6; }
span { border-color: rgb(243,29,246); }
td.TdClassName
{
border-color: #F31DF6;
}
.TagClassName
{
border-color: #F31DF6;
}
</style>