Shades of Magenta #F30AFC
Tints of Magenta #F30AFC
RGB
CMYK
RGB Variations
Color information
#F30AFC (or 0xF30AFC) is known color: Magenta. HEX triplet: F3, 0A and FC. RGB value is (243,10,252). Sum of RGB (Red+Green+Blue) = 243+10+252=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 10 (4.30% from 255 or 1.98% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #F30AFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30AFC is #0CF503. Grayscale: #6A6A6A. Windows color (decimal): -849156 or 16517875. OLE color: 16517875.
HSL color Cylindrical-coordinate representation of color #F30AFC: hue angle of 297.77º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30AFC is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 10 | 252 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.01 |
| HSL | 297.77º | 0.98% | 0.51% | - |
| HSV(B) | 297.77º | 0.96% | 0.99% | - |
| XYZ | 54.64 | 26.3 | 94.29 | - |
| YUV | 107.26 | 209.69 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 252 | 0.04 | 0.96 | 0 | 0.01 | 297.77 | 0.98 | 0.51 |
| Hex | F3 | A | FC | 4 | 60 | 0 | 1 | 12A | 62 | 33 |
| Octal | 363 | 12 | 374 | 4 | 140 | 0 | 1 | 452 | 142 | 63 |
| Binary | 11110011 | 1010 | 11111100 | 100 | 1100000 | 0 | 1 | 100101010 | 1100010 | 110011 |
Color Harmonies of #F30AFC
Complementary color
Monochromatic Colors of #F30AFC
Black with #F30AFC
Text Example
Text Example
White with #F30AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AFC; }
p { color: rgb(243,10,252); }
H1.HeaderClassName
{
color: #F30AFC;
}
.AnyTagClassName
{
color: #F30AFC;
}
</style>
background-color css
<style>
a { background-color: #F30AFC; }
a { background-color: rgb(243,10,252); }
div.DivClassName
{
background-color: #F30AFC;
}
.BgClassName
{
background-color: #F30AFC;
}
</style>
border-color css
<style>
span { border-color: #F30AFC; }
span { border-color: rgb(243,10,252); }
td.TdClassName
{
border-color: #F30AFC;
}
.TagClassName
{
border-color: #F30AFC;
}
</style>