Shades of Hot Magenta #F900DA
Tints of Hot Magenta #F900DA
RGB
CMYK
RGB Variations
Color information
#F900DA (or 0xF900DA) is known color: Hot Magenta. HEX triplet: F9, 00 and DA. RGB value is (249,0,218). Sum of RGB (Red+Green+Blue) = 249+0+218=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F900DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900DA is #06FF25. Grayscale: #626262. Windows color (decimal): -458534 or 14287097. OLE color: 14287097.
HSL color Cylindrical-coordinate representation of color #F900DA: hue angle of 307.47º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900DA is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 218 | - |
| CMYK | 0 | 1 | 0.12 | 0.02 |
| HSL | 307.47º | 1% | 0.49% | - |
| HSV(B) | 307.47º | 1% | 0.98% | - |
| XYZ | 51.72 | 25.2 | 68.47 | - |
| YUV | 99.3 | 194.99 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 218 | 0 | 1 | 0.12 | 0.02 | 307.47 | 1 | 0.49 |
| Hex | F9 | 0 | DA | 0 | 64 | C | 2 | 133 | 64 | 31 |
| Octal | 371 | 0 | 332 | 0 | 144 | 14 | 2 | 463 | 144 | 61 |
| Binary | 11111001 | 0 | 11011010 | 0 | 1100100 | 1100 | 10 | 100110011 | 1100100 | 110001 |
Color Harmonies of #F900DA
Complementary color
Monochromatic Colors of #F900DA
Black with #F900DA
Text Example
Text Example
White with #F900DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900DA; }
p { color: rgb(249,0,218); }
H1.HeaderClassName
{
color: #F900DA;
}
.AnyTagClassName
{
color: #F900DA;
}
</style>
background-color css
<style>
a { background-color: #F900DA; }
a { background-color: rgb(249,0,218); }
div.DivClassName
{
background-color: #F900DA;
}
.BgClassName
{
background-color: #F900DA;
}
</style>
border-color css
<style>
span { border-color: #F900DA; }
span { border-color: rgb(249,0,218); }
td.TdClassName
{
border-color: #F900DA;
}
.TagClassName
{
border-color: #F900DA;
}
</style>