Shades of Magenta #F30CED
Tints of Magenta #F30CED
RGB
CMYK
RGB Variations
Color information
#F30CED (or 0xF30CED) is known color: Magenta. HEX triplet: F3, 0C and ED. RGB value is (243,12,237). Sum of RGB (Red+Green+Blue) = 243+12+237=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30CED is #0CF312. Grayscale: #6A6A6A. Windows color (decimal): -848659 or 15535347. OLE color: 15535347.
HSL color Cylindrical-coordinate representation of color #F30CED: hue angle of 301.56º 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 #F30CED is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 237 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.05 |
| HSL | 301.56º | 0.91% | 0.5% | - |
| HSV(B) | 301.56º | 0.95% | 0.95% | - |
| XYZ | 52.38 | 25.43 | 82.27 | - |
| YUV | 106.72 | 201.53 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 237 | 0 | 0.95 | 0.02 | 0.05 | 301.56 | 0.91 | 0.5 |
| Hex | F3 | C | ED | 0 | 5F | 2 | 5 | 12E | 5B | 32 |
| Octal | 363 | 14 | 355 | 0 | 137 | 2 | 5 | 456 | 133 | 62 |
| Binary | 11110011 | 1100 | 11101101 | 0 | 1011111 | 10 | 101 | 100101110 | 1011011 | 110010 |
Color Harmonies of #F30CED
Complementary color
Monochromatic Colors of #F30CED
Black with #F30CED
Text Example
Text Example
White with #F30CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CED; }
p { color: rgb(243,12,237); }
H1.HeaderClassName
{
color: #F30CED;
}
.AnyTagClassName
{
color: #F30CED;
}
</style>
background-color css
<style>
a { background-color: #F30CED; }
a { background-color: rgb(243,12,237); }
div.DivClassName
{
background-color: #F30CED;
}
.BgClassName
{
background-color: #F30CED;
}
</style>
border-color css
<style>
span { border-color: #F30CED; }
span { border-color: rgb(243,12,237); }
td.TdClassName
{
border-color: #F30CED;
}
.TagClassName
{
border-color: #F30CED;
}
</style>