Shades of Hot Magenta #F90CDC
Tints of Hot Magenta #F90CDC
RGB
CMYK
RGB Variations
Color information
#F90CDC (or 0xF90CDC) is known color: Hot Magenta. HEX triplet: F9, 0C and DC. RGB value is (249,12,220). Sum of RGB (Red+Green+Blue) = 249+12+220=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CDC is #06F323. Grayscale: #696969. Windows color (decimal): -455460 or 14421241. OLE color: 14421241.
HSL color Cylindrical-coordinate representation of color #F90CDC: hue angle of 307.34º 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 #F90CDC is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 220 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.02 |
| HSL | 307.34º | 0.95% | 0.51% | - |
| HSV(B) | 307.34º | 0.95% | 0.98% | - |
| XYZ | 52.12 | 25.57 | 69.9 | - |
| YUV | 106.58 | 192.02 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 220 | 0 | 0.95 | 0.12 | 0.02 | 307.34 | 0.95 | 0.51 |
| Hex | F9 | C | DC | 0 | 5F | C | 2 | 133 | 5F | 33 |
| Octal | 371 | 14 | 334 | 0 | 137 | 14 | 2 | 463 | 137 | 63 |
| Binary | 11111001 | 1100 | 11011100 | 0 | 1011111 | 1100 | 10 | 100110011 | 1011111 | 110011 |
Color Harmonies of #F90CDC
Complementary color
Monochromatic Colors of #F90CDC
Black with #F90CDC
Text Example
Text Example
White with #F90CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CDC; }
p { color: rgb(249,12,220); }
H1.HeaderClassName
{
color: #F90CDC;
}
.AnyTagClassName
{
color: #F90CDC;
}
</style>
background-color css
<style>
a { background-color: #F90CDC; }
a { background-color: rgb(249,12,220); }
div.DivClassName
{
background-color: #F90CDC;
}
.BgClassName
{
background-color: #F90CDC;
}
</style>
border-color css
<style>
span { border-color: #F90CDC; }
span { border-color: rgb(249,12,220); }
td.TdClassName
{
border-color: #F90CDC;
}
.TagClassName
{
border-color: #F90CDC;
}
</style>