Shades of Magenta #F42FFF
Tints of Magenta #F42FFF
RGB
CMYK
RGB Variations
Color information
#F42FFF (or 0xF42FFF) is known color: Magenta. HEX triplet: F4, 2F and FF. RGB value is (244,47,255). Sum of RGB (Red+Green+Blue) = 244+47+255=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 47 (18.75% from 255 or 8.61% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #F42FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42FFF is #0BD000. Grayscale: #808080. Windows color (decimal): -774145 or 16723956. OLE color: 16723956.
HSL color Cylindrical-coordinate representation of color #F42FFF: hue angle of 296.83º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42FFF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 47 | 255 | - |
| CMYK | 0.04 | 0.82 | 0 | 0 |
| HSL | 296.83º | 1% | 0.59% | - |
| HSV(B) | 296.83º | 0.82% | 1% | - |
| XYZ | 56.37 | 28.49 | 97.13 | - |
| YUV | 129.62 | 198.77 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 255 | 0.04 | 0.82 | 0 | 0 | 296.83 | 1 | 0.59 |
| Hex | F4 | 2F | FF | 4 | 52 | 0 | 0 | 129 | 64 | 3B |
| Octal | 364 | 57 | 377 | 4 | 122 | 0 | 0 | 451 | 144 | 73 |
| Binary | 11110100 | 101111 | 11111111 | 100 | 1010010 | 0 | 0 | 100101001 | 1100100 | 111011 |
Color Harmonies of #F42FFF
Complementary color
Monochromatic Colors of #F42FFF
Black with #F42FFF
Text Example
Text Example
White with #F42FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FFF; }
p { color: rgb(244,47,255); }
H1.HeaderClassName
{
color: #F42FFF;
}
.AnyTagClassName
{
color: #F42FFF;
}
</style>
background-color css
<style>
a { background-color: #F42FFF; }
a { background-color: rgb(244,47,255); }
div.DivClassName
{
background-color: #F42FFF;
}
.BgClassName
{
background-color: #F42FFF;
}
</style>
border-color css
<style>
span { border-color: #F42FFF; }
span { border-color: rgb(244,47,255); }
td.TdClassName
{
border-color: #F42FFF;
}
.TagClassName
{
border-color: #F42FFF;
}
</style>