Shades of Hot Magenta #F90EDC
Tints of Hot Magenta #F90EDC
RGB
CMYK
RGB Variations
Color information
#F90EDC (or 0xF90EDC) is known color: Hot Magenta. HEX triplet: F9, 0E and DC. RGB value is (249,14,220). Sum of RGB (Red+Green+Blue) = 249+14+220=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90EDC is #06F123. Grayscale: #6B6B6B. Windows color (decimal): -454948 or 14421753. OLE color: 14421753.
HSL color Cylindrical-coordinate representation of color #F90EDC: hue angle of 307.4º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90EDC is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 14 | 220 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.02 |
| HSL | 307.4º | 0.95% | 0.52% | - |
| HSV(B) | 307.4º | 0.94% | 0.98% | - |
| XYZ | 52.14 | 25.62 | 69.91 | - |
| YUV | 107.75 | 191.36 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 14 | 220 | 0 | 0.94 | 0.12 | 0.02 | 307.4 | 0.95 | 0.52 |
| Hex | F9 | E | DC | 0 | 5E | C | 2 | 133 | 5F | 34 |
| Octal | 371 | 16 | 334 | 0 | 136 | 14 | 2 | 463 | 137 | 64 |
| Binary | 11111001 | 1110 | 11011100 | 0 | 1011110 | 1100 | 10 | 100110011 | 1011111 | 110100 |
Color Harmonies of #F90EDC
Complementary color
Monochromatic Colors of #F90EDC
Black with #F90EDC
Text Example
Text Example
White with #F90EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90EDC; }
p { color: rgb(249,14,220); }
H1.HeaderClassName
{
color: #F90EDC;
}
.AnyTagClassName
{
color: #F90EDC;
}
</style>
background-color css
<style>
a { background-color: #F90EDC; }
a { background-color: rgb(249,14,220); }
div.DivClassName
{
background-color: #F90EDC;
}
.BgClassName
{
background-color: #F90EDC;
}
</style>
border-color css
<style>
span { border-color: #F90EDC; }
span { border-color: rgb(249,14,220); }
td.TdClassName
{
border-color: #F90EDC;
}
.TagClassName
{
border-color: #F90EDC;
}
</style>