Shades of Hot Magenta #F30CD2
Tints of Hot Magenta #F30CD2
RGB
CMYK
RGB Variations
Color information
#F30CD2 (or 0xF30CD2) is known color: Hot Magenta. HEX triplet: F3, 0C and D2. RGB value is (243,12,210). Sum of RGB (Red+Green+Blue) = 243+12+210=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30CD2 is #0CF32D. Grayscale: #676767. Windows color (decimal): -848686 or 13765875. OLE color: 13765875.
HSL color Cylindrical-coordinate representation of color #F30CD2: hue angle of 308.57º 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 #F30CD2 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 210 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.05 |
| HSL | 308.57º | 0.91% | 0.5% | - |
| HSV(B) | 308.57º | 0.95% | 0.95% | - |
| XYZ | 48.73 | 23.97 | 63.03 | - |
| YUV | 103.64 | 188.03 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 210 | 0 | 0.95 | 0.14 | 0.05 | 308.57 | 0.91 | 0.5 |
| Hex | F3 | C | D2 | 0 | 5F | E | 5 | 135 | 5B | 32 |
| Octal | 363 | 14 | 322 | 0 | 137 | 16 | 5 | 465 | 133 | 62 |
| Binary | 11110011 | 1100 | 11010010 | 0 | 1011111 | 1110 | 101 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F30CD2
Complementary color
Monochromatic Colors of #F30CD2
Black with #F30CD2
Text Example
Text Example
White with #F30CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CD2; }
p { color: rgb(243,12,210); }
H1.HeaderClassName
{
color: #F30CD2;
}
.AnyTagClassName
{
color: #F30CD2;
}
</style>
background-color css
<style>
a { background-color: #F30CD2; }
a { background-color: rgb(243,12,210); }
div.DivClassName
{
background-color: #F30CD2;
}
.BgClassName
{
background-color: #F30CD2;
}
</style>
border-color css
<style>
span { border-color: #F30CD2; }
span { border-color: rgb(243,12,210); }
td.TdClassName
{
border-color: #F30CD2;
}
.TagClassName
{
border-color: #F30CD2;
}
</style>