Shades of Hot Magenta #F90CE2
Tints of Hot Magenta #F90CE2
RGB
CMYK
RGB Variations
Color information
#F90CE2 (or 0xF90CE2) is known color: Hot Magenta. HEX triplet: F9, 0C and E2. RGB value is (249,12,226). Sum of RGB (Red+Green+Blue) = 249+12+226=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 12 (5.08% from 255 or 2.46% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CE2 is #06F31D. Grayscale: #6A6A6A. Windows color (decimal): -455454 or 14814457. OLE color: 14814457.
HSL color Cylindrical-coordinate representation of color #F90CE2: hue angle of 305.82º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90CE2 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 226 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.02 |
| HSL | 305.82º | 0.95% | 0.51% | - |
| HSV(B) | 305.82º | 0.95% | 0.98% | - |
| XYZ | 52.93 | 25.89 | 74.16 | - |
| YUV | 107.26 | 195.02 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 226 | 0 | 0.95 | 0.09 | 0.02 | 305.82 | 0.95 | 0.51 |
| Hex | F9 | C | E2 | 0 | 5F | 9 | 2 | 132 | 5F | 33 |
| Octal | 371 | 14 | 342 | 0 | 137 | 11 | 2 | 462 | 137 | 63 |
| Binary | 11111001 | 1100 | 11100010 | 0 | 1011111 | 1001 | 10 | 100110010 | 1011111 | 110011 |
Color Harmonies of #F90CE2
Complementary color
Monochromatic Colors of #F90CE2
Black with #F90CE2
Text Example
Text Example
White with #F90CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CE2; }
p { color: rgb(249,12,226); }
H1.HeaderClassName
{
color: #F90CE2;
}
.AnyTagClassName
{
color: #F90CE2;
}
</style>
background-color css
<style>
a { background-color: #F90CE2; }
a { background-color: rgb(249,12,226); }
div.DivClassName
{
background-color: #F90CE2;
}
.BgClassName
{
background-color: #F90CE2;
}
</style>
border-color css
<style>
span { border-color: #F90CE2; }
span { border-color: rgb(249,12,226); }
td.TdClassName
{
border-color: #F90CE2;
}
.TagClassName
{
border-color: #F90CE2;
}
</style>