Shades of Magenta #F30FFE
Tints of Magenta #F30FFE
RGB
CMYK
RGB Variations
Color information
#F30FFE (or 0xF30FFE) is known color: Magenta. HEX triplet: F3, 0F and FE. RGB value is (243,15,254). Sum of RGB (Red+Green+Blue) = 243+15+254=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 15 (6.25% from 255 or 2.93% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #F30FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30FFE is #0CF001. Grayscale: #6D6D6D. Windows color (decimal): -847874 or 16650227. OLE color: 16650227.
HSL color Cylindrical-coordinate representation of color #F30FFE: hue angle of 297.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FFE is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 15 | 254 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.00 |
| HSL | 297.24º | 0.99% | 0.53% | - |
| HSV(B) | 297.24º | 0.94% | 1% | - |
| XYZ | 55.02 | 26.55 | 95.99 | - |
| YUV | 110.42 | 209.04 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 254 | 0.04 | 0.94 | 0 | 0.00 | 297.24 | 0.99 | 0.53 |
| Hex | F3 | F | FE | 4 | 5E | 0 | 0 | 129 | 63 | 35 |
| Octal | 363 | 17 | 376 | 4 | 136 | 0 | 0 | 451 | 143 | 65 |
| Binary | 11110011 | 1111 | 11111110 | 100 | 1011110 | 0 | 0 | 100101001 | 1100011 | 110101 |
Color Harmonies of #F30FFE
Complementary color
Monochromatic Colors of #F30FFE
Black with #F30FFE
Text Example
Text Example
White with #F30FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FFE; }
p { color: rgb(243,15,254); }
H1.HeaderClassName
{
color: #F30FFE;
}
.AnyTagClassName
{
color: #F30FFE;
}
</style>
background-color css
<style>
a { background-color: #F30FFE; }
a { background-color: rgb(243,15,254); }
div.DivClassName
{
background-color: #F30FFE;
}
.BgClassName
{
background-color: #F30FFE;
}
</style>
border-color css
<style>
span { border-color: #F30FFE; }
span { border-color: rgb(243,15,254); }
td.TdClassName
{
border-color: #F30FFE;
}
.TagClassName
{
border-color: #F30FFE;
}
</style>