Shades of Magenta #F005E5
Tints of Magenta #F005E5
RGB
CMYK
RGB Variations
Color information
#F005E5 (or 0xF005E5) is known color: Magenta. HEX triplet: F0, 05 and E5. RGB value is (240,5,229). Sum of RGB (Red+Green+Blue) = 240+5+229=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 5 (2.34% from 255 or 1.05% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F005E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005E5 is #0FFA1A. Grayscale: #646464. Windows color (decimal): -1047067 or 15009264. OLE color: 15009264.
HSL color Cylindrical-coordinate representation of color #F005E5: hue angle of 302.81º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005E5 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 229 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.06 |
| HSL | 302.81º | 0.96% | 0.48% | - |
| HSV(B) | 302.81º | 0.98% | 0.94% | - |
| XYZ | 50.13 | 24.29 | 76.18 | - |
| YUV | 100.8 | 200.36 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 229 | 0 | 0.98 | 0.05 | 0.06 | 302.81 | 0.96 | 0.48 |
| Hex | F0 | 5 | E5 | 0 | 62 | 5 | 6 | 12F | 60 | 30 |
| Octal | 360 | 5 | 345 | 0 | 142 | 5 | 6 | 457 | 140 | 60 |
| Binary | 11110000 | 101 | 11100101 | 0 | 1100010 | 101 | 110 | 100101111 | 1100000 | 110000 |
Color Harmonies of #F005E5
Complementary color
Monochromatic Colors of #F005E5
Black with #F005E5
Text Example
Text Example
White with #F005E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005E5; }
p { color: rgb(240,5,229); }
H1.HeaderClassName
{
color: #F005E5;
}
.AnyTagClassName
{
color: #F005E5;
}
</style>
background-color css
<style>
a { background-color: #F005E5; }
a { background-color: rgb(240,5,229); }
div.DivClassName
{
background-color: #F005E5;
}
.BgClassName
{
background-color: #F005E5;
}
</style>
border-color css
<style>
span { border-color: #F005E5; }
span { border-color: rgb(240,5,229); }
td.TdClassName
{
border-color: #F005E5;
}
.TagClassName
{
border-color: #F005E5;
}
</style>