Shades of Hot Magenta #F90CD0
Tints of Hot Magenta #F90CD0
RGB
CMYK
RGB Variations
Color information
#F90CD0 (or 0xF90CD0) is known color: Hot Magenta. HEX triplet: F9, 0C and D0. RGB value is (249,12,208). Sum of RGB (Red+Green+Blue) = 249+12+208=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CD0 is #06F32F. Grayscale: #686868. Windows color (decimal): -455472 or 13634809. OLE color: 13634809.
HSL color Cylindrical-coordinate representation of color #F90CD0: hue angle of 310.38º 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 #F90CD0 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 12 | 208 | - |
CMYK | 0 | 0.95 | 0.16 | 0.02 |
HSL | 310.38º | 0.95% | 0.51% | - |
HSV(B) | 310.38º | 0.95% | 0.98% | - |
XYZ | 50.58 | 24.96 | 61.83 | - |
YUV | 105.21 | 186.02 | 230.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 12 | 208 | 0 | 0.95 | 0.16 | 0.02 | 310.38 | 0.95 | 0.51 |
Hex | F9 | C | D0 | 0 | 5F | 10 | 2 | 136 | 5F | 33 |
Octal | 371 | 14 | 320 | 0 | 137 | 20 | 2 | 466 | 137 | 63 |
Binary | 11111001 | 1100 | 11010000 | 0 | 1011111 | 10000 | 10 | 100110110 | 1011111 | 110011 |
Color Harmonies of #F90CD0
Complementary color
Monochromatic Colors of #F90CD0
Black with #F90CD0
Text Example
Text Example
White with #F90CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CD0; }
p { color: rgb(249,12,208); }
H1.HeaderClassName
{
color: #F90CD0;
}
.AnyTagClassName
{
color: #F90CD0;
}
</style>
background-color css
<style>
a { background-color: #F90CD0; }
a { background-color: rgb(249,12,208); }
div.DivClassName
{
background-color: #F90CD0;
}
.BgClassName
{
background-color: #F90CD0;
}
</style>
border-color css
<style>
span { border-color: #F90CD0; }
span { border-color: rgb(249,12,208); }
td.TdClassName
{
border-color: #F90CD0;
}
.TagClassName
{
border-color: #F90CD0;
}
</style>