Shades of Magenta #F00FE5
Tints of Magenta #F00FE5
RGB
CMYK
RGB Variations
Color information
#F00FE5 (or 0xF00FE5) is known color: Magenta. HEX triplet: F0, 0F and E5. RGB value is (240,15,229). Sum of RGB (Red+Green+Blue) = 240+15+229=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FE5 is #0FF01A. Grayscale: #6A6A6A. Windows color (decimal): -1044507 or 15011824. OLE color: 15011824.
HSL color Cylindrical-coordinate representation of color #F00FE5: hue angle of 302.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FE5 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 229 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.06 |
| HSL | 302.93º | 0.88% | 0.5% | - |
| HSV(B) | 302.93º | 0.94% | 0.94% | - |
| XYZ | 50.25 | 24.52 | 76.21 | - |
| YUV | 106.67 | 197.04 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 229 | 0 | 0.94 | 0.05 | 0.06 | 302.93 | 0.88 | 0.5 |
| Hex | F0 | F | E5 | 0 | 5E | 5 | 6 | 12F | 58 | 32 |
| Octal | 360 | 17 | 345 | 0 | 136 | 5 | 6 | 457 | 130 | 62 |
| Binary | 11110000 | 1111 | 11100101 | 0 | 1011110 | 101 | 110 | 100101111 | 1011000 | 110010 |
Color Harmonies of #F00FE5
Complementary color
Monochromatic Colors of #F00FE5
Black with #F00FE5
Text Example
Text Example
White with #F00FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FE5; }
p { color: rgb(240,15,229); }
H1.HeaderClassName
{
color: #F00FE5;
}
.AnyTagClassName
{
color: #F00FE5;
}
</style>
background-color css
<style>
a { background-color: #F00FE5; }
a { background-color: rgb(240,15,229); }
div.DivClassName
{
background-color: #F00FE5;
}
.BgClassName
{
background-color: #F00FE5;
}
</style>
border-color css
<style>
span { border-color: #F00FE5; }
span { border-color: rgb(240,15,229); }
td.TdClassName
{
border-color: #F00FE5;
}
.TagClassName
{
border-color: #F00FE5;
}
</style>