Shades of Magenta #F31DFE
Tints of Magenta #F31DFE
RGB
CMYK
RGB Variations
Color information
#F31DFE (or 0xF31DFE) is known color: Magenta. HEX triplet: F3, 1D and FE. RGB value is (243,29,254). Sum of RGB (Red+Green+Blue) = 243+29+254=526 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.20% from 526); Green value is 29 (11.72% from 255 or 5.51% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #F31DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31DFE is #0CE201. Grayscale: #757575. Windows color (decimal): -844290 or 16653811. OLE color: 16653811.
HSL color Cylindrical-coordinate representation of color #F31DFE: hue angle of 297.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31DFE is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 29 | 254 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.00 |
| HSL | 297.07º | 0.99% | 0.55% | - |
| HSV(B) | 297.07º | 0.89% | 1% | - |
| XYZ | 55.29 | 27.09 | 96.08 | - |
| YUV | 118.64 | 204.4 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 254 | 0.04 | 0.89 | 0 | 0.00 | 297.07 | 0.99 | 0.55 |
| Hex | F3 | 1D | FE | 4 | 59 | 0 | 0 | 129 | 63 | 37 |
| Octal | 363 | 35 | 376 | 4 | 131 | 0 | 0 | 451 | 143 | 67 |
| Binary | 11110011 | 11101 | 11111110 | 100 | 1011001 | 0 | 0 | 100101001 | 1100011 | 110111 |
Color Harmonies of #F31DFE
Complementary color
Monochromatic Colors of #F31DFE
Black with #F31DFE
Text Example
Text Example
White with #F31DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DFE; }
p { color: rgb(243,29,254); }
H1.HeaderClassName
{
color: #F31DFE;
}
.AnyTagClassName
{
color: #F31DFE;
}
</style>
background-color css
<style>
a { background-color: #F31DFE; }
a { background-color: rgb(243,29,254); }
div.DivClassName
{
background-color: #F31DFE;
}
.BgClassName
{
background-color: #F31DFE;
}
</style>
border-color css
<style>
span { border-color: #F31DFE; }
span { border-color: rgb(243,29,254); }
td.TdClassName
{
border-color: #F31DFE;
}
.TagClassName
{
border-color: #F31DFE;
}
</style>