Shades of Magenta #F003F5
Tints of Magenta #F003F5
RGB
CMYK
RGB Variations
Color information
#F003F5 (or 0xF003F5) is known color: Magenta. HEX triplet: F0, 03 and F5. RGB value is (240,3,245). Sum of RGB (Red+Green+Blue) = 240+3+245=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 3 (1.56% from 255 or 0.61% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #F003F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F003F5 is #0FFC0A. Grayscale: #646464. Windows color (decimal): -1047563 or 16057328. OLE color: 16057328.
HSL color Cylindrical-coordinate representation of color #F003F5: hue angle of 298.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003F5 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 3 | 245 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.04 |
| HSL | 298.76º | 0.98% | 0.49% | - |
| HSV(B) | 298.76º | 0.99% | 0.96% | - |
| XYZ | 52.45 | 25.18 | 88.48 | - |
| YUV | 101.45 | 209.02 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 245 | 0.02 | 0.99 | 0 | 0.04 | 298.76 | 0.98 | 0.49 |
| Hex | F0 | 3 | F5 | 2 | 63 | 0 | 4 | 12B | 62 | 31 |
| Octal | 360 | 3 | 365 | 2 | 143 | 0 | 4 | 453 | 142 | 61 |
| Binary | 11110000 | 11 | 11110101 | 10 | 1100011 | 0 | 100 | 100101011 | 1100010 | 110001 |
Color Harmonies of #F003F5
Complementary color
Monochromatic Colors of #F003F5
Black with #F003F5
Text Example
Text Example
White with #F003F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003F5; }
p { color: rgb(240,3,245); }
H1.HeaderClassName
{
color: #F003F5;
}
.AnyTagClassName
{
color: #F003F5;
}
</style>
background-color css
<style>
a { background-color: #F003F5; }
a { background-color: rgb(240,3,245); }
div.DivClassName
{
background-color: #F003F5;
}
.BgClassName
{
background-color: #F003F5;
}
</style>
border-color css
<style>
span { border-color: #F003F5; }
span { border-color: rgb(240,3,245); }
td.TdClassName
{
border-color: #F003F5;
}
.TagClassName
{
border-color: #F003F5;
}
</style>