Shades of Magenta #F005FC
Tints of Magenta #F005FC
RGB
CMYK
RGB Variations
Color information
#F005FC (or 0xF005FC) is known color: Magenta. HEX triplet: F0, 05 and FC. RGB value is (240,5,252). Sum of RGB (Red+Green+Blue) = 240+5+252=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 5 (2.34% from 255 or 1.01% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #F005FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F005FC is #0FFA03. Grayscale: #666666. Windows color (decimal): -1047044 or 16516592. OLE color: 16516592.
HSL color Cylindrical-coordinate representation of color #F005FC: hue angle of 297.09º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005FC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 5 | 252 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.01 |
| HSL | 297.09º | 0.98% | 0.5% | - |
| HSV(B) | 297.09º | 0.98% | 0.99% | - |
| XYZ | 53.56 | 25.66 | 94.23 | - |
| YUV | 103.42 | 211.86 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 252 | 0.05 | 0.98 | 0 | 0.01 | 297.09 | 0.98 | 0.5 |
| Hex | F0 | 5 | FC | 5 | 62 | 0 | 1 | 129 | 62 | 32 |
| Octal | 360 | 5 | 374 | 5 | 142 | 0 | 1 | 451 | 142 | 62 |
| Binary | 11110000 | 101 | 11111100 | 101 | 1100010 | 0 | 1 | 100101001 | 1100010 | 110010 |
Color Harmonies of #F005FC
Complementary color
Monochromatic Colors of #F005FC
Black with #F005FC
Text Example
Text Example
White with #F005FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005FC; }
p { color: rgb(240,5,252); }
H1.HeaderClassName
{
color: #F005FC;
}
.AnyTagClassName
{
color: #F005FC;
}
</style>
background-color css
<style>
a { background-color: #F005FC; }
a { background-color: rgb(240,5,252); }
div.DivClassName
{
background-color: #F005FC;
}
.BgClassName
{
background-color: #F005FC;
}
</style>
border-color css
<style>
span { border-color: #F005FC; }
span { border-color: rgb(240,5,252); }
td.TdClassName
{
border-color: #F005FC;
}
.TagClassName
{
border-color: #F005FC;
}
</style>