Shades of Magenta #F30CEB
Tints of Magenta #F30CEB
RGB
CMYK
RGB Variations
Color information
#F30CEB (or 0xF30CEB) is known color: Magenta. HEX triplet: F3, 0C and EB. RGB value is (243,12,235). Sum of RGB (Red+Green+Blue) = 243+12+235=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 12 (5.08% from 255 or 2.45% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30CEB is #0CF314. Grayscale: #696969. Windows color (decimal): -848661 or 15404275. OLE color: 15404275.
HSL color Cylindrical-coordinate representation of color #F30CEB: hue angle of 302.08º 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 #F30CEB is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 235 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.05 |
| HSL | 302.08º | 0.91% | 0.5% | - |
| HSV(B) | 302.08º | 0.95% | 0.95% | - |
| XYZ | 52.09 | 25.32 | 80.74 | - |
| YUV | 106.49 | 200.53 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 235 | 0 | 0.95 | 0.03 | 0.05 | 302.08 | 0.91 | 0.5 |
| Hex | F3 | C | EB | 0 | 5F | 3 | 5 | 12E | 5B | 32 |
| Octal | 363 | 14 | 353 | 0 | 137 | 3 | 5 | 456 | 133 | 62 |
| Binary | 11110011 | 1100 | 11101011 | 0 | 1011111 | 11 | 101 | 100101110 | 1011011 | 110010 |
Color Harmonies of #F30CEB
Complementary color
Monochromatic Colors of #F30CEB
Black with #F30CEB
Text Example
Text Example
White with #F30CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CEB; }
p { color: rgb(243,12,235); }
H1.HeaderClassName
{
color: #F30CEB;
}
.AnyTagClassName
{
color: #F30CEB;
}
</style>
background-color css
<style>
a { background-color: #F30CEB; }
a { background-color: rgb(243,12,235); }
div.DivClassName
{
background-color: #F30CEB;
}
.BgClassName
{
background-color: #F30CEB;
}
</style>
border-color css
<style>
span { border-color: #F30CEB; }
span { border-color: rgb(243,12,235); }
td.TdClassName
{
border-color: #F30CEB;
}
.TagClassName
{
border-color: #F30CEB;
}
</style>