Shades of Magenta #F004FA
Tints of Magenta #F004FA
RGB
CMYK
RGB Variations
Color information
#F004FA (or 0xF004FA) is known color: Magenta. HEX triplet: F0, 04 and FA. RGB value is (240,4,250). Sum of RGB (Red+Green+Blue) = 240+4+250=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 4 (1.95% from 255 or 0.81% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #F004FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F004FA is #0FFB05. Grayscale: #656565. Windows color (decimal): -1047302 or 16385264. OLE color: 16385264.
HSL color Cylindrical-coordinate representation of color #F004FA: hue angle of 297.56º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F004FA is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 4 | 250 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.02 |
| HSL | 297.56º | 0.97% | 0.5% | - |
| HSV(B) | 297.56º | 0.98% | 0.98% | - |
| XYZ | 53.23 | 25.51 | 92.56 | - |
| YUV | 102.61 | 211.19 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 250 | 0.04 | 0.98 | 0 | 0.02 | 297.56 | 0.97 | 0.5 |
| Hex | F0 | 4 | FA | 4 | 62 | 0 | 2 | 12A | 61 | 32 |
| Octal | 360 | 4 | 372 | 4 | 142 | 0 | 2 | 452 | 141 | 62 |
| Binary | 11110000 | 100 | 11111010 | 100 | 1100010 | 0 | 10 | 100101010 | 1100001 | 110010 |
Color Harmonies of #F004FA
Complementary color
Monochromatic Colors of #F004FA
Black with #F004FA
Text Example
Text Example
White with #F004FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F004FA; }
p { color: rgb(240,4,250); }
H1.HeaderClassName
{
color: #F004FA;
}
.AnyTagClassName
{
color: #F004FA;
}
</style>
background-color css
<style>
a { background-color: #F004FA; }
a { background-color: rgb(240,4,250); }
div.DivClassName
{
background-color: #F004FA;
}
.BgClassName
{
background-color: #F004FA;
}
</style>
border-color css
<style>
span { border-color: #F004FA; }
span { border-color: rgb(240,4,250); }
td.TdClassName
{
border-color: #F004FA;
}
.TagClassName
{
border-color: #F004FA;
}
</style>