Shades of Magenta #F31DF4
Tints of Magenta #F31DF4
RGB
CMYK
RGB Variations
Color information
#F31DF4 (or 0xF31DF4) is known color: Magenta. HEX triplet: F3, 1D and F4. RGB value is (243,29,244). Sum of RGB (Red+Green+Blue) = 243+29+244=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 29 (11.72% from 255 or 5.62% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #F31DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31DF4 is #0CE20B. Grayscale: #747474. Windows color (decimal): -844300 or 15998451. OLE color: 15998451.
HSL color Cylindrical-coordinate representation of color #F31DF4: hue angle of 299.72º degrees, saturation: 0.91, 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 #F31DF4 is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 29 | 244 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.04 |
| HSL | 299.72º | 0.91% | 0.54% | - |
| HSV(B) | 299.72º | 0.88% | 0.96% | - |
| XYZ | 53.73 | 26.47 | 87.86 | - |
| YUV | 117.5 | 199.4 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 244 | 0.00 | 0.88 | 0 | 0.04 | 299.72 | 0.91 | 0.54 |
| Hex | F3 | 1D | F4 | 0 | 58 | 0 | 4 | 12C | 5B | 36 |
| Octal | 363 | 35 | 364 | 0 | 130 | 0 | 4 | 454 | 133 | 66 |
| Binary | 11110011 | 11101 | 11110100 | 0 | 1011000 | 0 | 100 | 100101100 | 1011011 | 110110 |
Color Harmonies of #F31DF4
Complementary color
Monochromatic Colors of #F31DF4
Black with #F31DF4
Text Example
Text Example
White with #F31DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DF4; }
p { color: rgb(243,29,244); }
H1.HeaderClassName
{
color: #F31DF4;
}
.AnyTagClassName
{
color: #F31DF4;
}
</style>
background-color css
<style>
a { background-color: #F31DF4; }
a { background-color: rgb(243,29,244); }
div.DivClassName
{
background-color: #F31DF4;
}
.BgClassName
{
background-color: #F31DF4;
}
</style>
border-color css
<style>
span { border-color: #F31DF4; }
span { border-color: rgb(243,29,244); }
td.TdClassName
{
border-color: #F31DF4;
}
.TagClassName
{
border-color: #F31DF4;
}
</style>