Shades of Magenta #F003E5
Tints of Magenta #F003E5
RGB
CMYK
RGB Variations
Color information
#F003E5 (or 0xF003E5) is known color: Magenta. HEX triplet: F0, 03 and E5. RGB value is (240,3,229). Sum of RGB (Red+Green+Blue) = 240+3+229=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 3 (1.56% from 255 or 0.64% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F003E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003E5 is #0FFC1A. Grayscale: #626262. Windows color (decimal): -1047579 or 15008752. OLE color: 15008752.
HSL color Cylindrical-coordinate representation of color #F003E5: hue angle of 302.78º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003E5 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 229 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.06 |
| HSL | 302.78º | 0.98% | 0.48% | - |
| HSV(B) | 302.78º | 0.99% | 0.94% | - |
| XYZ | 50.11 | 24.25 | 76.17 | - |
| YUV | 99.63 | 201.02 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 229 | 0 | 0.99 | 0.05 | 0.06 | 302.78 | 0.98 | 0.48 |
| Hex | F0 | 3 | E5 | 0 | 63 | 5 | 6 | 12F | 62 | 30 |
| Octal | 360 | 3 | 345 | 0 | 143 | 5 | 6 | 457 | 142 | 60 |
| Binary | 11110000 | 11 | 11100101 | 0 | 1100011 | 101 | 110 | 100101111 | 1100010 | 110000 |
Color Harmonies of #F003E5
Complementary color
Monochromatic Colors of #F003E5
Black with #F003E5
Text Example
Text Example
White with #F003E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003E5; }
p { color: rgb(240,3,229); }
H1.HeaderClassName
{
color: #F003E5;
}
.AnyTagClassName
{
color: #F003E5;
}
</style>
background-color css
<style>
a { background-color: #F003E5; }
a { background-color: rgb(240,3,229); }
div.DivClassName
{
background-color: #F003E5;
}
.BgClassName
{
background-color: #F003E5;
}
</style>
border-color css
<style>
span { border-color: #F003E5; }
span { border-color: rgb(240,3,229); }
td.TdClassName
{
border-color: #F003E5;
}
.TagClassName
{
border-color: #F003E5;
}
</style>