Shades of Hot Magenta #F90CDF
Tints of Hot Magenta #F90CDF
RGB
CMYK
RGB Variations
Color information
#F90CDF (or 0xF90CDF) is known color: Hot Magenta. HEX triplet: F9, 0C and DF. RGB value is (249,12,223). Sum of RGB (Red+Green+Blue) = 249+12+223=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CDF is #06F320. Grayscale: #6A6A6A. Windows color (decimal): -455457 or 14617849. OLE color: 14617849.
HSL color Cylindrical-coordinate representation of color #F90CDF: hue angle of 306.58º 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 #F90CDF is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.02 |
| HSL | 306.58º | 0.95% | 0.51% | - |
| HSV(B) | 306.58º | 0.95% | 0.98% | - |
| XYZ | 52.52 | 25.73 | 72.01 | - |
| YUV | 106.92 | 193.52 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 223 | 0 | 0.95 | 0.10 | 0.02 | 306.58 | 0.95 | 0.51 |
| Hex | F9 | C | DF | 0 | 5F | A | 2 | 133 | 5F | 33 |
| Octal | 371 | 14 | 337 | 0 | 137 | 12 | 2 | 463 | 137 | 63 |
| Binary | 11111001 | 1100 | 11011111 | 0 | 1011111 | 1010 | 10 | 100110011 | 1011111 | 110011 |
Color Harmonies of #F90CDF
Complementary color
Monochromatic Colors of #F90CDF
Black with #F90CDF
Text Example
Text Example
White with #F90CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CDF; }
p { color: rgb(249,12,223); }
H1.HeaderClassName
{
color: #F90CDF;
}
.AnyTagClassName
{
color: #F90CDF;
}
</style>
background-color css
<style>
a { background-color: #F90CDF; }
a { background-color: rgb(249,12,223); }
div.DivClassName
{
background-color: #F90CDF;
}
.BgClassName
{
background-color: #F90CDF;
}
</style>
border-color css
<style>
span { border-color: #F90CDF; }
span { border-color: rgb(249,12,223); }
td.TdClassName
{
border-color: #F90CDF;
}
.TagClassName
{
border-color: #F90CDF;
}
</style>