Shades of Hot Magenta #F30ECF
Tints of Hot Magenta #F30ECF
RGB
CMYK
RGB Variations
Color information
#F30ECF (or 0xF30ECF) is known color: Hot Magenta. HEX triplet: F3, 0E and CF. RGB value is (243,14,207). Sum of RGB (Red+Green+Blue) = 243+14+207=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ECF is #0CF130. Grayscale: #676767. Windows color (decimal): -848177 or 13569779. OLE color: 13569779.
HSL color Cylindrical-coordinate representation of color #F30ECF: hue angle of 309.43º 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 #F30ECF is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.05 |
| HSL | 309.43º | 0.91% | 0.5% | - |
| HSV(B) | 309.43º | 0.94% | 0.95% | - |
| XYZ | 48.38 | 23.87 | 61.09 | - |
| YUV | 104.47 | 185.87 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 207 | 0 | 0.94 | 0.15 | 0.05 | 309.43 | 0.91 | 0.5 |
| Hex | F3 | E | CF | 0 | 5E | F | 5 | 135 | 5B | 32 |
| Octal | 363 | 16 | 317 | 0 | 136 | 17 | 5 | 465 | 133 | 62 |
| Binary | 11110011 | 1110 | 11001111 | 0 | 1011110 | 1111 | 101 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F30ECF
Complementary color
Monochromatic Colors of #F30ECF
Black with #F30ECF
Text Example
Text Example
White with #F30ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30ECF; }
p { color: rgb(243,14,207); }
H1.HeaderClassName
{
color: #F30ECF;
}
.AnyTagClassName
{
color: #F30ECF;
}
</style>
background-color css
<style>
a { background-color: #F30ECF; }
a { background-color: rgb(243,14,207); }
div.DivClassName
{
background-color: #F30ECF;
}
.BgClassName
{
background-color: #F30ECF;
}
</style>
border-color css
<style>
span { border-color: #F30ECF; }
span { border-color: rgb(243,14,207); }
td.TdClassName
{
border-color: #F30ECF;
}
.TagClassName
{
border-color: #F30ECF;
}
</style>