Shades of Magenta #F231FE
Tints of Magenta #F231FE
RGB
CMYK
RGB Variations
Color information
#F231FE (or 0xF231FE) is known color: Magenta. HEX triplet: F2, 31 and FE. RGB value is (242,49,254). Sum of RGB (Red+Green+Blue) = 242+49+254=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 49 (19.53% from 255 or 8.99% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #F231FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F231FE is #0DCE01. Grayscale: #818181. Windows color (decimal): -904706 or 16658930. OLE color: 16658930.
HSL color Cylindrical-coordinate representation of color #F231FE: hue angle of 296.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F231FE is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 49 | 254 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.00 |
| HSL | 296.49º | 0.99% | 0.59% | - |
| HSV(B) | 296.49º | 0.81% | 1% | - |
| XYZ | 55.61 | 28.23 | 96.28 | - |
| YUV | 130.08 | 197.94 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 254 | 0.05 | 0.81 | 0 | 0.00 | 296.49 | 0.99 | 0.59 |
| Hex | F2 | 31 | FE | 5 | 51 | 0 | 0 | 128 | 63 | 3B |
| Octal | 362 | 61 | 376 | 5 | 121 | 0 | 0 | 450 | 143 | 73 |
| Binary | 11110010 | 110001 | 11111110 | 101 | 1010001 | 0 | 0 | 100101000 | 1100011 | 111011 |
Color Harmonies of #F231FE
Complementary color
Monochromatic Colors of #F231FE
Black with #F231FE
Text Example
Text Example
White with #F231FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231FE; }
p { color: rgb(242,49,254); }
H1.HeaderClassName
{
color: #F231FE;
}
.AnyTagClassName
{
color: #F231FE;
}
</style>
background-color css
<style>
a { background-color: #F231FE; }
a { background-color: rgb(242,49,254); }
div.DivClassName
{
background-color: #F231FE;
}
.BgClassName
{
background-color: #F231FE;
}
</style>
border-color css
<style>
span { border-color: #F231FE; }
span { border-color: rgb(242,49,254); }
td.TdClassName
{
border-color: #F231FE;
}
.TagClassName
{
border-color: #F231FE;
}
</style>