Shades of Magenta #F30CE6
Tints of Magenta #F30CE6
RGB
CMYK
RGB Variations
Color information
#F30CE6 (or 0xF30CE6) is known color: Magenta. HEX triplet: F3, 0C and E6. RGB value is (243,12,230). Sum of RGB (Red+Green+Blue) = 243+12+230=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30CE6 is #0CF319. Grayscale: #696969. Windows color (decimal): -848666 or 15076595. OLE color: 15076595.
HSL color Cylindrical-coordinate representation of color #F30CE6: hue angle of 303.38º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30CE6 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 230 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.05 |
| HSL | 303.38º | 0.91% | 0.5% | - |
| HSV(B) | 303.38º | 0.95% | 0.95% | - |
| XYZ | 51.38 | 25.03 | 76.99 | - |
| YUV | 105.92 | 198.03 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 230 | 0 | 0.95 | 0.05 | 0.05 | 303.38 | 0.91 | 0.5 |
| Hex | F3 | C | E6 | 0 | 5F | 5 | 5 | 12F | 5B | 32 |
| Octal | 363 | 14 | 346 | 0 | 137 | 5 | 5 | 457 | 133 | 62 |
| Binary | 11110011 | 1100 | 11100110 | 0 | 1011111 | 101 | 101 | 100101111 | 1011011 | 110010 |
Color Harmonies of #F30CE6
Complementary color
Monochromatic Colors of #F30CE6
Black with #F30CE6
Text Example
Text Example
White with #F30CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CE6; }
p { color: rgb(243,12,230); }
H1.HeaderClassName
{
color: #F30CE6;
}
.AnyTagClassName
{
color: #F30CE6;
}
</style>
background-color css
<style>
a { background-color: #F30CE6; }
a { background-color: rgb(243,12,230); }
div.DivClassName
{
background-color: #F30CE6;
}
.BgClassName
{
background-color: #F30CE6;
}
</style>
border-color css
<style>
span { border-color: #F30CE6; }
span { border-color: rgb(243,12,230); }
td.TdClassName
{
border-color: #F30CE6;
}
.TagClassName
{
border-color: #F30CE6;
}
</style>