Shades of Hot Magenta #F900CE
Tints of Hot Magenta #F900CE
RGB
CMYK
RGB Variations
Color information
#F900CE (or 0xF900CE) is known color: Hot Magenta. HEX triplet: F9, 00 and CE. RGB value is (249,0,206). Sum of RGB (Red+Green+Blue) = 249+0+206=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F900CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900CE is #06FF31. Grayscale: #616161. Windows color (decimal): -458546 or 13500665. OLE color: 13500665.
HSL color Cylindrical-coordinate representation of color #F900CE: hue angle of 310.36º 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 #F900CE is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.17 | 0.02 |
| HSL | 310.36º | 1% | 0.49% | - |
| HSV(B) | 310.36º | 1% | 0.98% | - |
| XYZ | 50.21 | 24.6 | 60.49 | - |
| YUV | 97.94 | 188.99 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 206 | 0 | 1 | 0.17 | 0.02 | 310.36 | 1 | 0.49 |
| Hex | F9 | 0 | CE | 0 | 64 | 11 | 2 | 136 | 64 | 31 |
| Octal | 371 | 0 | 316 | 0 | 144 | 21 | 2 | 466 | 144 | 61 |
| Binary | 11111001 | 0 | 11001110 | 0 | 1100100 | 10001 | 10 | 100110110 | 1100100 | 110001 |
Color Harmonies of #F900CE
Complementary color
Monochromatic Colors of #F900CE
Black with #F900CE
Text Example
Text Example
White with #F900CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900CE; }
p { color: rgb(249,0,206); }
H1.HeaderClassName
{
color: #F900CE;
}
.AnyTagClassName
{
color: #F900CE;
}
</style>
background-color css
<style>
a { background-color: #F900CE; }
a { background-color: rgb(249,0,206); }
div.DivClassName
{
background-color: #F900CE;
}
.BgClassName
{
background-color: #F900CE;
}
</style>
border-color css
<style>
span { border-color: #F900CE; }
span { border-color: rgb(249,0,206); }
td.TdClassName
{
border-color: #F900CE;
}
.TagClassName
{
border-color: #F900CE;
}
</style>