Shades of Magenta #F42BFE
Tints of Magenta #F42BFE
RGB
CMYK
RGB Variations
Color information
#F42BFE (or 0xF42BFE) is known color: Magenta. HEX triplet: F4, 2B and FE. RGB value is (244,43,254). Sum of RGB (Red+Green+Blue) = 244+43+254=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 43 (17.19% from 255 or 7.95% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #F42BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42BFE is #0BD401. Grayscale: #7E7E7E. Windows color (decimal): -775170 or 16657396. OLE color: 16657396.
HSL color Cylindrical-coordinate representation of color #F42BFE: hue angle of 297.16º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42BFE is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 43 | 254 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.00 |
| HSL | 297.16º | 0.99% | 0.58% | - |
| HSV(B) | 297.16º | 0.83% | 1% | - |
| XYZ | 56.06 | 28.12 | 96.24 | - |
| YUV | 127.15 | 199.59 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 254 | 0.04 | 0.83 | 0 | 0.00 | 297.16 | 0.99 | 0.58 |
| Hex | F4 | 2B | FE | 4 | 53 | 0 | 0 | 129 | 63 | 3A |
| Octal | 364 | 53 | 376 | 4 | 123 | 0 | 0 | 451 | 143 | 72 |
| Binary | 11110100 | 101011 | 11111110 | 100 | 1010011 | 0 | 0 | 100101001 | 1100011 | 111010 |
Color Harmonies of #F42BFE
Complementary color
Monochromatic Colors of #F42BFE
Black with #F42BFE
Text Example
Text Example
White with #F42BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42BFE; }
p { color: rgb(244,43,254); }
H1.HeaderClassName
{
color: #F42BFE;
}
.AnyTagClassName
{
color: #F42BFE;
}
</style>
background-color css
<style>
a { background-color: #F42BFE; }
a { background-color: rgb(244,43,254); }
div.DivClassName
{
background-color: #F42BFE;
}
.BgClassName
{
background-color: #F42BFE;
}
</style>
border-color css
<style>
span { border-color: #F42BFE; }
span { border-color: rgb(244,43,254); }
td.TdClassName
{
border-color: #F42BFE;
}
.TagClassName
{
border-color: #F42BFE;
}
</style>