Shades of Magenta #F002E5
Tints of Magenta #F002E5
RGB
CMYK
RGB Variations
Color information
#F002E5 (or 0xF002E5) is known color: Magenta. HEX triplet: F0, 02 and E5. RGB value is (240,2,229). Sum of RGB (Red+Green+Blue) = 240+2+229=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F002E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002E5 is #0FFD1A. Grayscale: #626262. Windows color (decimal): -1047835 or 15008496. OLE color: 15008496.
HSL color Cylindrical-coordinate representation of color #F002E5: hue angle of 302.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002E5 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 229 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.06 |
| HSL | 302.77º | 0.98% | 0.47% | - |
| HSV(B) | 302.77º | 0.99% | 0.94% | - |
| XYZ | 50.1 | 24.23 | 76.16 | - |
| YUV | 99.04 | 201.35 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 229 | 0 | 0.99 | 0.05 | 0.06 | 302.77 | 0.98 | 0.47 |
| Hex | F0 | 2 | E5 | 0 | 63 | 5 | 6 | 12F | 62 | 2F |
| Octal | 360 | 2 | 345 | 0 | 143 | 5 | 6 | 457 | 142 | 57 |
| Binary | 11110000 | 10 | 11100101 | 0 | 1100011 | 101 | 110 | 100101111 | 1100010 | 101111 |
Color Harmonies of #F002E5
Complementary color
Monochromatic Colors of #F002E5
Black with #F002E5
Text Example
Text Example
White with #F002E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002E5; }
p { color: rgb(240,2,229); }
H1.HeaderClassName
{
color: #F002E5;
}
.AnyTagClassName
{
color: #F002E5;
}
</style>
background-color css
<style>
a { background-color: #F002E5; }
a { background-color: rgb(240,2,229); }
div.DivClassName
{
background-color: #F002E5;
}
.BgClassName
{
background-color: #F002E5;
}
</style>
border-color css
<style>
span { border-color: #F002E5; }
span { border-color: rgb(240,2,229); }
td.TdClassName
{
border-color: #F002E5;
}
.TagClassName
{
border-color: #F002E5;
}
</style>