Shades of Magenta #F427FE
Tints of Magenta #F427FE
RGB
CMYK
RGB Variations
Color information
#F427FE (or 0xF427FE) is known color: Magenta. HEX triplet: F4, 27 and FE. RGB value is (244,39,254). Sum of RGB (Red+Green+Blue) = 244+39+254=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 39 (15.62% from 255 or 7.26% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #F427FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F427FE is #0BD801. Grayscale: #7C7C7C. Windows color (decimal): -776194 or 16656372. OLE color: 16656372.
HSL color Cylindrical-coordinate representation of color #F427FE: hue angle of 297.21º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F427FE is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 39 | 254 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.00 |
| HSL | 297.21º | 0.99% | 0.57% | - |
| HSV(B) | 297.21º | 0.85% | 1% | - |
| XYZ | 55.92 | 27.84 | 96.19 | - |
| YUV | 124.81 | 200.92 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 254 | 0.04 | 0.85 | 0 | 0.00 | 297.21 | 0.99 | 0.57 |
| Hex | F4 | 27 | FE | 4 | 55 | 0 | 0 | 129 | 63 | 39 |
| Octal | 364 | 47 | 376 | 4 | 125 | 0 | 0 | 451 | 143 | 71 |
| Binary | 11110100 | 100111 | 11111110 | 100 | 1010101 | 0 | 0 | 100101001 | 1100011 | 111001 |
Color Harmonies of #F427FE
Complementary color
Monochromatic Colors of #F427FE
Black with #F427FE
Text Example
Text Example
White with #F427FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F427FE; }
p { color: rgb(244,39,254); }
H1.HeaderClassName
{
color: #F427FE;
}
.AnyTagClassName
{
color: #F427FE;
}
</style>
background-color css
<style>
a { background-color: #F427FE; }
a { background-color: rgb(244,39,254); }
div.DivClassName
{
background-color: #F427FE;
}
.BgClassName
{
background-color: #F427FE;
}
</style>
border-color css
<style>
span { border-color: #F427FE; }
span { border-color: rgb(244,39,254); }
td.TdClassName
{
border-color: #F427FE;
}
.TagClassName
{
border-color: #F427FE;
}
</style>