Shades of Hot Magenta #F205E2
Tints of Hot Magenta #F205E2
RGB
CMYK
RGB Variations
Color information
#F205E2 (or 0xF205E2) is known color: Hot Magenta. HEX triplet: F2, 05 and E2. RGB value is (242,5,226). Sum of RGB (Red+Green+Blue) = 242+5+226=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 5 (2.34% from 255 or 1.06% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F205E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205E2 is #0DFA1D. Grayscale: #646464. Windows color (decimal): -915998 or 14812658. OLE color: 14812658.
HSL color Cylindrical-coordinate representation of color #F205E2: hue angle of 304.05º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205E2 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 226 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.05 |
| HSL | 304.05º | 0.96% | 0.48% | - |
| HSV(B) | 304.05º | 0.98% | 0.95% | - |
| XYZ | 50.4 | 24.48 | 74.02 | - |
| YUV | 101.06 | 198.52 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 226 | 0 | 0.98 | 0.07 | 0.05 | 304.05 | 0.96 | 0.48 |
| Hex | F2 | 5 | E2 | 0 | 62 | 7 | 5 | 130 | 60 | 30 |
| Octal | 362 | 5 | 342 | 0 | 142 | 7 | 5 | 460 | 140 | 60 |
| Binary | 11110010 | 101 | 11100010 | 0 | 1100010 | 111 | 101 | 100110000 | 1100000 | 110000 |
Color Harmonies of #F205E2
Complementary color
Monochromatic Colors of #F205E2
Black with #F205E2
Text Example
Text Example
White with #F205E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205E2; }
p { color: rgb(242,5,226); }
H1.HeaderClassName
{
color: #F205E2;
}
.AnyTagClassName
{
color: #F205E2;
}
</style>
background-color css
<style>
a { background-color: #F205E2; }
a { background-color: rgb(242,5,226); }
div.DivClassName
{
background-color: #F205E2;
}
.BgClassName
{
background-color: #F205E2;
}
</style>
border-color css
<style>
span { border-color: #F205E2; }
span { border-color: rgb(242,5,226); }
td.TdClassName
{
border-color: #F205E2;
}
.TagClassName
{
border-color: #F205E2;
}
</style>