Shades of Magenta #F42CFB
Tints of Magenta #F42CFB
RGB
CMYK
RGB Variations
Color information
#F42CFB (or 0xF42CFB) is known color: Magenta. HEX triplet: F4, 2C and FB. RGB value is (244,44,251). Sum of RGB (Red+Green+Blue) = 244+44+251=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 44 (17.58% from 255 or 8.16% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #F42CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42CFB is #0BD304. Grayscale: #7E7E7E. Windows color (decimal): -774917 or 16461044. OLE color: 16461044.
HSL color Cylindrical-coordinate representation of color #F42CFB: hue angle of 297.97º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42CFB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 44 | 251 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.02 |
| HSL | 297.97º | 0.96% | 0.58% | - |
| HSV(B) | 297.97º | 0.82% | 0.98% | - |
| XYZ | 55.62 | 28 | 93.74 | - |
| YUV | 127.4 | 197.76 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 251 | 0.03 | 0.82 | 0 | 0.02 | 297.97 | 0.96 | 0.58 |
| Hex | F4 | 2C | FB | 3 | 52 | 0 | 2 | 12A | 60 | 3A |
| Octal | 364 | 54 | 373 | 3 | 122 | 0 | 2 | 452 | 140 | 72 |
| Binary | 11110100 | 101100 | 11111011 | 11 | 1010010 | 0 | 10 | 100101010 | 1100000 | 111010 |
Color Harmonies of #F42CFB
Complementary color
Monochromatic Colors of #F42CFB
Black with #F42CFB
Text Example
Text Example
White with #F42CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42CFB; }
p { color: rgb(244,44,251); }
H1.HeaderClassName
{
color: #F42CFB;
}
.AnyTagClassName
{
color: #F42CFB;
}
</style>
background-color css
<style>
a { background-color: #F42CFB; }
a { background-color: rgb(244,44,251); }
div.DivClassName
{
background-color: #F42CFB;
}
.BgClassName
{
background-color: #F42CFB;
}
</style>
border-color css
<style>
span { border-color: #F42CFB; }
span { border-color: rgb(244,44,251); }
td.TdClassName
{
border-color: #F42CFB;
}
.TagClassName
{
border-color: #F42CFB;
}
</style>