Shades of Magenta #F427FF
Tints of Magenta #F427FF
RGB
CMYK
RGB Variations
Color information
#F427FF (or 0xF427FF) is known color: Magenta. HEX triplet: F4, 27 and FF. RGB value is (244,39,255). Sum of RGB (Red+Green+Blue) = 244+39+255=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 39 (15.62% from 255 or 7.25% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #F427FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F427FF is #0BD800. Grayscale: #7C7C7C. Windows color (decimal): -776193 or 16721908. OLE color: 16721908.
HSL color Cylindrical-coordinate representation of color #F427FF: hue angle of 296.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F427FF is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 39 | 255 | - |
| CMYK | 0.04 | 0.85 | 0 | 0 |
| HSL | 296.94º | 1% | 0.58% | - |
| HSV(B) | 296.94º | 0.85% | 1% | - |
| XYZ | 56.08 | 27.9 | 97.04 | - |
| YUV | 124.92 | 201.42 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 255 | 0.04 | 0.85 | 0 | 0 | 296.94 | 1 | 0.58 |
| Hex | F4 | 27 | FF | 4 | 55 | 0 | 0 | 129 | 64 | 3A |
| Octal | 364 | 47 | 377 | 4 | 125 | 0 | 0 | 451 | 144 | 72 |
| Binary | 11110100 | 100111 | 11111111 | 100 | 1010101 | 0 | 0 | 100101001 | 1100100 | 111010 |
Color Harmonies of #F427FF
Complementary color
Monochromatic Colors of #F427FF
Black with #F427FF
Text Example
Text Example
White with #F427FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F427FF; }
p { color: rgb(244,39,255); }
H1.HeaderClassName
{
color: #F427FF;
}
.AnyTagClassName
{
color: #F427FF;
}
</style>
background-color css
<style>
a { background-color: #F427FF; }
a { background-color: rgb(244,39,255); }
div.DivClassName
{
background-color: #F427FF;
}
.BgClassName
{
background-color: #F427FF;
}
</style>
border-color css
<style>
span { border-color: #F427FF; }
span { border-color: rgb(244,39,255); }
td.TdClassName
{
border-color: #F427FF;
}
.TagClassName
{
border-color: #F427FF;
}
</style>