Shades of Hot Magenta #F30ED2
Tints of Hot Magenta #F30ED2
RGB
CMYK
RGB Variations
Color information
#F30ED2 (or 0xF30ED2) is known color: Hot Magenta. HEX triplet: F3, 0E and D2. RGB value is (243,14,210). Sum of RGB (Red+Green+Blue) = 243+14+210=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ED2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ED2 is #0CF12D. Grayscale: #686868. Windows color (decimal): -848174 or 13766387. OLE color: 13766387.
HSL color Cylindrical-coordinate representation of color #F30ED2: hue angle of 308.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30ED2 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 210 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.05 |
| HSL | 308.65º | 0.91% | 0.5% | - |
| HSV(B) | 308.65º | 0.94% | 0.95% | - |
| XYZ | 48.75 | 24.02 | 63.04 | - |
| YUV | 104.82 | 187.37 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 210 | 0 | 0.94 | 0.14 | 0.05 | 308.65 | 0.91 | 0.5 |
| Hex | F3 | E | D2 | 0 | 5E | E | 5 | 135 | 5B | 32 |
| Octal | 363 | 16 | 322 | 0 | 136 | 16 | 5 | 465 | 133 | 62 |
| Binary | 11110011 | 1110 | 11010010 | 0 | 1011110 | 1110 | 101 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F30ED2
Complementary color
Monochromatic Colors of #F30ED2
Black with #F30ED2
Text Example
Text Example
White with #F30ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30ED2; }
p { color: rgb(243,14,210); }
H1.HeaderClassName
{
color: #F30ED2;
}
.AnyTagClassName
{
color: #F30ED2;
}
</style>
background-color css
<style>
a { background-color: #F30ED2; }
a { background-color: rgb(243,14,210); }
div.DivClassName
{
background-color: #F30ED2;
}
.BgClassName
{
background-color: #F30ED2;
}
</style>
border-color css
<style>
span { border-color: #F30ED2; }
span { border-color: rgb(243,14,210); }
td.TdClassName
{
border-color: #F30ED2;
}
.TagClassName
{
border-color: #F30ED2;
}
</style>