Shades of Magenta #F30AF5
Tints of Magenta #F30AF5
RGB
CMYK
RGB Variations
Color information
#F30AF5 (or 0xF30AF5) is known color: Magenta. HEX triplet: F3, 0A and F5. RGB value is (243,10,245). Sum of RGB (Red+Green+Blue) = 243+10+245=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 10 (4.30% from 255 or 2.01% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #F30AF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30AF5 is #0CF50A. Grayscale: #696969. Windows color (decimal): -849163 or 16059123. OLE color: 16059123.
HSL color Cylindrical-coordinate representation of color #F30AF5: hue angle of 299.49º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30AF5 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 10 | 245 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.04 |
| HSL | 299.49º | 0.92% | 0.5% | - |
| HSV(B) | 299.49º | 0.96% | 0.96% | - |
| XYZ | 53.55 | 25.86 | 88.56 | - |
| YUV | 106.46 | 206.19 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 245 | 0.01 | 0.96 | 0 | 0.04 | 299.49 | 0.92 | 0.5 |
| Hex | F3 | A | F5 | 1 | 60 | 0 | 4 | 12B | 5C | 32 |
| Octal | 363 | 12 | 365 | 1 | 140 | 0 | 4 | 453 | 134 | 62 |
| Binary | 11110011 | 1010 | 11110101 | 1 | 1100000 | 0 | 100 | 100101011 | 1011100 | 110010 |
Color Harmonies of #F30AF5
Complementary color
Monochromatic Colors of #F30AF5
Black with #F30AF5
Text Example
Text Example
White with #F30AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AF5; }
p { color: rgb(243,10,245); }
H1.HeaderClassName
{
color: #F30AF5;
}
.AnyTagClassName
{
color: #F30AF5;
}
</style>
background-color css
<style>
a { background-color: #F30AF5; }
a { background-color: rgb(243,10,245); }
div.DivClassName
{
background-color: #F30AF5;
}
.BgClassName
{
background-color: #F30AF5;
}
</style>
border-color css
<style>
span { border-color: #F30AF5; }
span { border-color: rgb(243,10,245); }
td.TdClassName
{
border-color: #F30AF5;
}
.TagClassName
{
border-color: #F30AF5;
}
</style>