Shades of Hot Magenta #F900C5
Tints of Hot Magenta #F900C5
RGB
CMYK
RGB Variations
Color information
#F900C5 (or 0xF900C5) is known color: Hot Magenta. HEX triplet: F9, 00 and C5. RGB value is (249,0,197). Sum of RGB (Red+Green+Blue) = 249+0+197=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F900C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900C5 is #06FF3A. Grayscale: #606060. Windows color (decimal): -458555 or 12910841. OLE color: 12910841.
HSL color Cylindrical-coordinate representation of color #F900C5: hue angle of 312.53º 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 #F900C5 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 197 | - |
| CMYK | 0 | 1 | 0.21 | 0.02 |
| HSL | 312.53º | 1% | 0.49% | - |
| HSV(B) | 312.53º | 1% | 0.98% | - |
| XYZ | 49.14 | 24.17 | 54.9 | - |
| YUV | 96.91 | 184.49 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 197 | 0 | 1 | 0.21 | 0.02 | 312.53 | 1 | 0.49 |
| Hex | F9 | 0 | C5 | 0 | 64 | 15 | 2 | 139 | 64 | 31 |
| Octal | 371 | 0 | 305 | 0 | 144 | 25 | 2 | 471 | 144 | 61 |
| Binary | 11111001 | 0 | 11000101 | 0 | 1100100 | 10101 | 10 | 100111001 | 1100100 | 110001 |
Color Harmonies of #F900C5
Complementary color
Monochromatic Colors of #F900C5
Black with #F900C5
Text Example
Text Example
White with #F900C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900C5; }
p { color: rgb(249,0,197); }
H1.HeaderClassName
{
color: #F900C5;
}
.AnyTagClassName
{
color: #F900C5;
}
</style>
background-color css
<style>
a { background-color: #F900C5; }
a { background-color: rgb(249,0,197); }
div.DivClassName
{
background-color: #F900C5;
}
.BgClassName
{
background-color: #F900C5;
}
</style>
border-color css
<style>
span { border-color: #F900C5; }
span { border-color: rgb(249,0,197); }
td.TdClassName
{
border-color: #F900C5;
}
.TagClassName
{
border-color: #F900C5;
}
</style>