Shades of Magenta #F30AF8
Tints of Magenta #F30AF8
RGB
CMYK
RGB Variations
Color information
#F30AF8 (or 0xF30AF8) is known color: Magenta. HEX triplet: F3, 0A and F8. RGB value is (243,10,248). Sum of RGB (Red+Green+Blue) = 243+10+248=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 10 (4.30% from 255 or 2.00% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #F30AF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30AF8 is #0CF507. Grayscale: #6A6A6A. Windows color (decimal): -849160 or 16255731. OLE color: 16255731.
HSL color Cylindrical-coordinate representation of color #F30AF8: hue angle of 298.74º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30AF8 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 10 | 248 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.03 |
| HSL | 298.74º | 0.94% | 0.51% | - |
| HSV(B) | 298.74º | 0.96% | 0.97% | - |
| XYZ | 54.01 | 26.05 | 90.99 | - |
| YUV | 106.8 | 207.69 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 248 | 0.02 | 0.96 | 0 | 0.03 | 298.74 | 0.94 | 0.51 |
| Hex | F3 | A | F8 | 2 | 60 | 0 | 3 | 12B | 5E | 33 |
| Octal | 363 | 12 | 370 | 2 | 140 | 0 | 3 | 453 | 136 | 63 |
| Binary | 11110011 | 1010 | 11111000 | 10 | 1100000 | 0 | 11 | 100101011 | 1011110 | 110011 |
Color Harmonies of #F30AF8
Complementary color
Monochromatic Colors of #F30AF8
Black with #F30AF8
Text Example
Text Example
White with #F30AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AF8; }
p { color: rgb(243,10,248); }
H1.HeaderClassName
{
color: #F30AF8;
}
.AnyTagClassName
{
color: #F30AF8;
}
</style>
background-color css
<style>
a { background-color: #F30AF8; }
a { background-color: rgb(243,10,248); }
div.DivClassName
{
background-color: #F30AF8;
}
.BgClassName
{
background-color: #F30AF8;
}
</style>
border-color css
<style>
span { border-color: #F30AF8; }
span { border-color: rgb(243,10,248); }
td.TdClassName
{
border-color: #F30AF8;
}
.TagClassName
{
border-color: #F30AF8;
}
</style>