Shades of Hot Magenta #F90BCD
Tints of Hot Magenta #F90BCD
RGB
CMYK
RGB Variations
Color information
#F90BCD (or 0xF90BCD) is known color: Hot Magenta. HEX triplet: F9, 0B and CD. RGB value is (249,11,205). Sum of RGB (Red+Green+Blue) = 249+11+205=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BCD is #06F432. Grayscale: #676767. Windows color (decimal): -455731 or 13437945. OLE color: 13437945.
HSL color Cylindrical-coordinate representation of color #F90BCD: hue angle of 311.09º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90BCD is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 205 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.02 |
| HSL | 311.09º | 0.95% | 0.51% | - |
| HSV(B) | 311.09º | 0.96% | 0.98% | - |
| XYZ | 50.21 | 24.79 | 59.9 | - |
| YUV | 104.28 | 184.85 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 205 | 0 | 0.96 | 0.18 | 0.02 | 311.09 | 0.95 | 0.51 |
| Hex | F9 | B | CD | 0 | 60 | 12 | 2 | 137 | 5F | 33 |
| Octal | 371 | 13 | 315 | 0 | 140 | 22 | 2 | 467 | 137 | 63 |
| Binary | 11111001 | 1011 | 11001101 | 0 | 1100000 | 10010 | 10 | 100110111 | 1011111 | 110011 |
Color Harmonies of #F90BCD
Complementary color
Monochromatic Colors of #F90BCD
Black with #F90BCD
Text Example
Text Example
White with #F90BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BCD; }
p { color: rgb(249,11,205); }
H1.HeaderClassName
{
color: #F90BCD;
}
.AnyTagClassName
{
color: #F90BCD;
}
</style>
background-color css
<style>
a { background-color: #F90BCD; }
a { background-color: rgb(249,11,205); }
div.DivClassName
{
background-color: #F90BCD;
}
.BgClassName
{
background-color: #F90BCD;
}
</style>
border-color css
<style>
span { border-color: #F90BCD; }
span { border-color: rgb(249,11,205); }
td.TdClassName
{
border-color: #F90BCD;
}
.TagClassName
{
border-color: #F90BCD;
}
</style>