Shades of Magenta #F31EFD
Tints of Magenta #F31EFD
RGB
CMYK
RGB Variations
Color information
#F31EFD (or 0xF31EFD) is known color: Magenta. HEX triplet: F3, 1E and FD. RGB value is (243,30,253). Sum of RGB (Red+Green+Blue) = 243+30+253=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 30 (12.11% from 255 or 5.70% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #F31EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31EFD is #0CE102. Grayscale: #767676. Windows color (decimal): -844035 or 16588531. OLE color: 16588531.
HSL color Cylindrical-coordinate representation of color #F31EFD: hue angle of 297.31º degrees, saturation: 0.98, 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 #F31EFD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 30 | 253 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.01 |
| HSL | 297.31º | 0.98% | 0.55% | - |
| HSV(B) | 297.31º | 0.88% | 0.99% | - |
| XYZ | 55.16 | 27.08 | 95.25 | - |
| YUV | 119.11 | 203.57 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 253 | 0.04 | 0.88 | 0 | 0.01 | 297.31 | 0.98 | 0.55 |
| Hex | F3 | 1E | FD | 4 | 58 | 0 | 1 | 129 | 62 | 37 |
| Octal | 363 | 36 | 375 | 4 | 130 | 0 | 1 | 451 | 142 | 67 |
| Binary | 11110011 | 11110 | 11111101 | 100 | 1011000 | 0 | 1 | 100101001 | 1100010 | 110111 |
Color Harmonies of #F31EFD
Complementary color
Monochromatic Colors of #F31EFD
Black with #F31EFD
Text Example
Text Example
White with #F31EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31EFD; }
p { color: rgb(243,30,253); }
H1.HeaderClassName
{
color: #F31EFD;
}
.AnyTagClassName
{
color: #F31EFD;
}
</style>
background-color css
<style>
a { background-color: #F31EFD; }
a { background-color: rgb(243,30,253); }
div.DivClassName
{
background-color: #F31EFD;
}
.BgClassName
{
background-color: #F31EFD;
}
</style>
border-color css
<style>
span { border-color: #F31EFD; }
span { border-color: rgb(243,30,253); }
td.TdClassName
{
border-color: #F31EFD;
}
.TagClassName
{
border-color: #F31EFD;
}
</style>