Shades of Magenta #F30CEC
Tints of Magenta #F30CEC
RGB
CMYK
RGB Variations
Color information
#F30CEC (or 0xF30CEC) is known color: Magenta. HEX triplet: F3, 0C and EC. RGB value is (243,12,236). Sum of RGB (Red+Green+Blue) = 243+12+236=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30CEC is #0CF313. Grayscale: #696969. Windows color (decimal): -848660 or 15469811. OLE color: 15469811.
HSL color Cylindrical-coordinate representation of color #F30CEC: hue angle of 301.82º 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 #F30CEC is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 236 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.05 |
| HSL | 301.82º | 0.91% | 0.5% | - |
| HSV(B) | 301.82º | 0.95% | 0.95% | - |
| XYZ | 52.23 | 25.37 | 81.5 | - |
| YUV | 106.61 | 201.03 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 236 | 0 | 0.95 | 0.03 | 0.05 | 301.82 | 0.91 | 0.5 |
| Hex | F3 | C | EC | 0 | 5F | 3 | 5 | 12E | 5B | 32 |
| Octal | 363 | 14 | 354 | 0 | 137 | 3 | 5 | 456 | 133 | 62 |
| Binary | 11110011 | 1100 | 11101100 | 0 | 1011111 | 11 | 101 | 100101110 | 1011011 | 110010 |
Color Harmonies of #F30CEC
Complementary color
Monochromatic Colors of #F30CEC
Black with #F30CEC
Text Example
Text Example
White with #F30CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CEC; }
p { color: rgb(243,12,236); }
H1.HeaderClassName
{
color: #F30CEC;
}
.AnyTagClassName
{
color: #F30CEC;
}
</style>
background-color css
<style>
a { background-color: #F30CEC; }
a { background-color: rgb(243,12,236); }
div.DivClassName
{
background-color: #F30CEC;
}
.BgClassName
{
background-color: #F30CEC;
}
</style>
border-color css
<style>
span { border-color: #F30CEC; }
span { border-color: rgb(243,12,236); }
td.TdClassName
{
border-color: #F30CEC;
}
.TagClassName
{
border-color: #F30CEC;
}
</style>