Shades of Magenta #F42DFB
Tints of Magenta #F42DFB
RGB
CMYK
RGB Variations
Color information
#F42DFB (or 0xF42DFB) is known color: Magenta. HEX triplet: F4, 2D and FB. RGB value is (244,45,251). Sum of RGB (Red+Green+Blue) = 244+45+251=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 45 (17.97% from 255 or 8.33% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #F42DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42DFB is #0BD204. Grayscale: #7F7F7F. Windows color (decimal): -774661 or 16461300. OLE color: 16461300.
HSL color Cylindrical-coordinate representation of color #F42DFB: hue angle of 297.96º 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 #F42DFB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 45 | 251 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.02 |
| HSL | 297.96º | 0.96% | 0.58% | - |
| HSV(B) | 297.96º | 0.82% | 0.98% | - |
| XYZ | 55.66 | 28.07 | 93.75 | - |
| YUV | 127.99 | 197.43 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 251 | 0.03 | 0.82 | 0 | 0.02 | 297.96 | 0.96 | 0.58 |
| Hex | F4 | 2D | FB | 3 | 52 | 0 | 2 | 12A | 60 | 3A |
| Octal | 364 | 55 | 373 | 3 | 122 | 0 | 2 | 452 | 140 | 72 |
| Binary | 11110100 | 101101 | 11111011 | 11 | 1010010 | 0 | 10 | 100101010 | 1100000 | 111010 |
Color Harmonies of #F42DFB
Complementary color
Monochromatic Colors of #F42DFB
Black with #F42DFB
Text Example
Text Example
White with #F42DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42DFB; }
p { color: rgb(244,45,251); }
H1.HeaderClassName
{
color: #F42DFB;
}
.AnyTagClassName
{
color: #F42DFB;
}
</style>
background-color css
<style>
a { background-color: #F42DFB; }
a { background-color: rgb(244,45,251); }
div.DivClassName
{
background-color: #F42DFB;
}
.BgClassName
{
background-color: #F42DFB;
}
</style>
border-color css
<style>
span { border-color: #F42DFB; }
span { border-color: rgb(244,45,251); }
td.TdClassName
{
border-color: #F42DFB;
}
.TagClassName
{
border-color: #F42DFB;
}
</style>