Shades of Magenta #F431FE
Tints of Magenta #F431FE
RGB
CMYK
RGB Variations
Color information
#F431FE (or 0xF431FE) is known color: Magenta. HEX triplet: F4, 31 and FE. RGB value is (244,49,254). Sum of RGB (Red+Green+Blue) = 244+49+254=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 49 (19.53% from 255 or 8.96% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #F431FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F431FE is #0BCE01. Grayscale: #828282. Windows color (decimal): -773634 or 16658932. OLE color: 16658932.
HSL color Cylindrical-coordinate representation of color #F431FE: hue angle of 297.07º 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 #F431FE is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 49 | 254 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.00 |
| HSL | 297.07º | 0.99% | 0.59% | - |
| HSV(B) | 297.07º | 0.81% | 1% | - |
| XYZ | 56.3 | 28.59 | 96.32 | - |
| YUV | 130.68 | 197.6 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 254 | 0.04 | 0.81 | 0 | 0.00 | 297.07 | 0.99 | 0.59 |
| Hex | F4 | 31 | FE | 4 | 51 | 0 | 0 | 129 | 63 | 3B |
| Octal | 364 | 61 | 376 | 4 | 121 | 0 | 0 | 451 | 143 | 73 |
| Binary | 11110100 | 110001 | 11111110 | 100 | 1010001 | 0 | 0 | 100101001 | 1100011 | 111011 |
Color Harmonies of #F431FE
Complementary color
Monochromatic Colors of #F431FE
Black with #F431FE
Text Example
Text Example
White with #F431FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431FE; }
p { color: rgb(244,49,254); }
H1.HeaderClassName
{
color: #F431FE;
}
.AnyTagClassName
{
color: #F431FE;
}
</style>
background-color css
<style>
a { background-color: #F431FE; }
a { background-color: rgb(244,49,254); }
div.DivClassName
{
background-color: #F431FE;
}
.BgClassName
{
background-color: #F431FE;
}
</style>
border-color css
<style>
span { border-color: #F431FE; }
span { border-color: rgb(244,49,254); }
td.TdClassName
{
border-color: #F431FE;
}
.TagClassName
{
border-color: #F431FE;
}
</style>