Shades of Magenta #F00AF3
Tints of Magenta #F00AF3
RGB
CMYK
RGB Variations
Color information
#F00AF3 (or 0xF00AF3) is known color: Magenta. HEX triplet: F0, 0A and F3. RGB value is (240,10,243). Sum of RGB (Red+Green+Blue) = 240+10+243=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 10 (4.30% from 255 or 2.03% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #F00AF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00AF3 is #0FF50C. Grayscale: #686868. Windows color (decimal): -1045773 or 15928048. OLE color: 15928048.
HSL color Cylindrical-coordinate representation of color #F00AF3: hue angle of 299.23º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00AF3 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 10 | 243 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.05 |
| HSL | 299.23º | 0.92% | 0.5% | - |
| HSV(B) | 299.23º | 0.96% | 0.95% | - |
| XYZ | 52.22 | 25.21 | 86.91 | - |
| YUV | 105.33 | 205.7 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 243 | 0.01 | 0.96 | 0 | 0.05 | 299.23 | 0.92 | 0.5 |
| Hex | F0 | A | F3 | 1 | 60 | 0 | 5 | 12B | 5C | 32 |
| Octal | 360 | 12 | 363 | 1 | 140 | 0 | 5 | 453 | 134 | 62 |
| Binary | 11110000 | 1010 | 11110011 | 1 | 1100000 | 0 | 101 | 100101011 | 1011100 | 110010 |
Color Harmonies of #F00AF3
Complementary color
Monochromatic Colors of #F00AF3
Black with #F00AF3
Text Example
Text Example
White with #F00AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AF3; }
p { color: rgb(240,10,243); }
H1.HeaderClassName
{
color: #F00AF3;
}
.AnyTagClassName
{
color: #F00AF3;
}
</style>
background-color css
<style>
a { background-color: #F00AF3; }
a { background-color: rgb(240,10,243); }
div.DivClassName
{
background-color: #F00AF3;
}
.BgClassName
{
background-color: #F00AF3;
}
</style>
border-color css
<style>
span { border-color: #F00AF3; }
span { border-color: rgb(240,10,243); }
td.TdClassName
{
border-color: #F00AF3;
}
.TagClassName
{
border-color: #F00AF3;
}
</style>