Shades of Magenta #F30EFF
Tints of Magenta #F30EFF
RGB
CMYK
RGB Variations
Color information
#F30EFF (or 0xF30EFF) is known color: Magenta. HEX triplet: F3, 0E and FF. RGB value is (243,14,255). Sum of RGB (Red+Green+Blue) = 243+14+255=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 14 (5.86% from 255 or 2.73% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #F30EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30EFF is #0CF100. Grayscale: #6D6D6D. Windows color (decimal): -848129 or 16715507. OLE color: 16715507.
HSL color Cylindrical-coordinate representation of color #F30EFF: hue angle of 297.01º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30EFF is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 14 | 255 | - |
| CMYK | 0.05 | 0.95 | 0 | 0 |
| HSL | 297.01º | 1% | 0.53% | - |
| HSV(B) | 297.01º | 0.95% | 1% | - |
| XYZ | 55.17 | 26.59 | 96.83 | - |
| YUV | 109.95 | 209.87 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 255 | 0.05 | 0.95 | 0 | 0 | 297.01 | 1 | 0.53 |
| Hex | F3 | E | FF | 5 | 5F | 0 | 0 | 129 | 64 | 35 |
| Octal | 363 | 16 | 377 | 5 | 137 | 0 | 0 | 451 | 144 | 65 |
| Binary | 11110011 | 1110 | 11111111 | 101 | 1011111 | 0 | 0 | 100101001 | 1100100 | 110101 |
Color Harmonies of #F30EFF
Complementary color
Monochromatic Colors of #F30EFF
Black with #F30EFF
Text Example
Text Example
White with #F30EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EFF; }
p { color: rgb(243,14,255); }
H1.HeaderClassName
{
color: #F30EFF;
}
.AnyTagClassName
{
color: #F30EFF;
}
</style>
background-color css
<style>
a { background-color: #F30EFF; }
a { background-color: rgb(243,14,255); }
div.DivClassName
{
background-color: #F30EFF;
}
.BgClassName
{
background-color: #F30EFF;
}
</style>
border-color css
<style>
span { border-color: #F30EFF; }
span { border-color: rgb(243,14,255); }
td.TdClassName
{
border-color: #F30EFF;
}
.TagClassName
{
border-color: #F30EFF;
}
</style>