Shades of Magenta #F002F5
Tints of Magenta #F002F5
RGB
CMYK
RGB Variations
Color information
#F002F5 (or 0xF002F5) is known color: Magenta. HEX triplet: F0, 02 and F5. RGB value is (240,2,245). Sum of RGB (Red+Green+Blue) = 240+2+245=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 2 (1.17% from 255 or 0.41% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #F002F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F002F5 is #0FFD0A. Grayscale: #646464. Windows color (decimal): -1047819 or 16057072. OLE color: 16057072.
HSL color Cylindrical-coordinate representation of color #F002F5: hue angle of 298.77º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002F5 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 2 | 245 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.04 |
| HSL | 298.77º | 0.98% | 0.48% | - |
| HSV(B) | 298.77º | 0.99% | 0.96% | - |
| XYZ | 52.44 | 25.16 | 88.48 | - |
| YUV | 100.86 | 209.35 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 245 | 0.02 | 0.99 | 0 | 0.04 | 298.77 | 0.98 | 0.48 |
| Hex | F0 | 2 | F5 | 2 | 63 | 0 | 4 | 12B | 62 | 30 |
| Octal | 360 | 2 | 365 | 2 | 143 | 0 | 4 | 453 | 142 | 60 |
| Binary | 11110000 | 10 | 11110101 | 10 | 1100011 | 0 | 100 | 100101011 | 1100010 | 110000 |
Color Harmonies of #F002F5
Complementary color
Monochromatic Colors of #F002F5
Black with #F002F5
Text Example
Text Example
White with #F002F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002F5; }
p { color: rgb(240,2,245); }
H1.HeaderClassName
{
color: #F002F5;
}
.AnyTagClassName
{
color: #F002F5;
}
</style>
background-color css
<style>
a { background-color: #F002F5; }
a { background-color: rgb(240,2,245); }
div.DivClassName
{
background-color: #F002F5;
}
.BgClassName
{
background-color: #F002F5;
}
</style>
border-color css
<style>
span { border-color: #F002F5; }
span { border-color: rgb(240,2,245); }
td.TdClassName
{
border-color: #F002F5;
}
.TagClassName
{
border-color: #F002F5;
}
</style>