Shades of Hot Magenta #F30CE2
Tints of Hot Magenta #F30CE2
RGB
CMYK
RGB Variations
Color information
#F30CE2 (or 0xF30CE2) is known color: Hot Magenta. HEX triplet: F3, 0C and E2. RGB value is (243,12,226). Sum of RGB (Red+Green+Blue) = 243+12+226=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 226 (88.67% from 255 or 46.99% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30CE2 is #0CF31D. Grayscale: #686868. Windows color (decimal): -848670 or 14814451. OLE color: 14814451.
HSL color Cylindrical-coordinate representation of color #F30CE2: hue angle of 304.42º 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 #F30CE2 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 226 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.05 |
| HSL | 304.42º | 0.91% | 0.5% | - |
| HSV(B) | 304.42º | 0.95% | 0.95% | - |
| XYZ | 50.82 | 24.81 | 74.06 | - |
| YUV | 105.47 | 196.03 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 226 | 0 | 0.95 | 0.07 | 0.05 | 304.42 | 0.91 | 0.5 |
| Hex | F3 | C | E2 | 0 | 5F | 7 | 5 | 130 | 5B | 32 |
| Octal | 363 | 14 | 342 | 0 | 137 | 7 | 5 | 460 | 133 | 62 |
| Binary | 11110011 | 1100 | 11100010 | 0 | 1011111 | 111 | 101 | 100110000 | 1011011 | 110010 |
Color Harmonies of #F30CE2
Complementary color
Monochromatic Colors of #F30CE2
Black with #F30CE2
Text Example
Text Example
White with #F30CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CE2; }
p { color: rgb(243,12,226); }
H1.HeaderClassName
{
color: #F30CE2;
}
.AnyTagClassName
{
color: #F30CE2;
}
</style>
background-color css
<style>
a { background-color: #F30CE2; }
a { background-color: rgb(243,12,226); }
div.DivClassName
{
background-color: #F30CE2;
}
.BgClassName
{
background-color: #F30CE2;
}
</style>
border-color css
<style>
span { border-color: #F30CE2; }
span { border-color: rgb(243,12,226); }
td.TdClassName
{
border-color: #F30CE2;
}
.TagClassName
{
border-color: #F30CE2;
}
</style>