Shades of Magenta #F30AFE
Tints of Magenta #F30AFE
RGB
CMYK
RGB Variations
Color information
#F30AFE (or 0xF30AFE) is known color: Magenta. HEX triplet: F3, 0A and FE. RGB value is (243,10,254). Sum of RGB (Red+Green+Blue) = 243+10+254=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 10 (4.30% from 255 or 1.97% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #F30AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30AFE is #0CF501. Grayscale: #6A6A6A. Windows color (decimal): -849154 or 16648947. OLE color: 16648947.
HSL color Cylindrical-coordinate representation of color #F30AFE: hue angle of 297.3º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30AFE is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 10 | 254 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.00 |
| HSL | 297.3º | 0.99% | 0.52% | - |
| HSV(B) | 297.3º | 0.96% | 1% | - |
| XYZ | 54.96 | 26.43 | 95.97 | - |
| YUV | 107.48 | 210.69 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 254 | 0.04 | 0.96 | 0 | 0.00 | 297.3 | 0.99 | 0.52 |
| Hex | F3 | A | FE | 4 | 60 | 0 | 0 | 129 | 63 | 34 |
| Octal | 363 | 12 | 376 | 4 | 140 | 0 | 0 | 451 | 143 | 64 |
| Binary | 11110011 | 1010 | 11111110 | 100 | 1100000 | 0 | 0 | 100101001 | 1100011 | 110100 |
Color Harmonies of #F30AFE
Complementary color
Monochromatic Colors of #F30AFE
Black with #F30AFE
Text Example
Text Example
White with #F30AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AFE; }
p { color: rgb(243,10,254); }
H1.HeaderClassName
{
color: #F30AFE;
}
.AnyTagClassName
{
color: #F30AFE;
}
</style>
background-color css
<style>
a { background-color: #F30AFE; }
a { background-color: rgb(243,10,254); }
div.DivClassName
{
background-color: #F30AFE;
}
.BgClassName
{
background-color: #F30AFE;
}
</style>
border-color css
<style>
span { border-color: #F30AFE; }
span { border-color: rgb(243,10,254); }
td.TdClassName
{
border-color: #F30AFE;
}
.TagClassName
{
border-color: #F30AFE;
}
</style>