Shades of Hot Magenta #F900C3
Tints of Hot Magenta #F900C3
RGB
CMYK
RGB Variations
Color information
#F900C3 (or 0xF900C3) is known color: Hot Magenta. HEX triplet: F9, 00 and C3. RGB value is (249,0,195). Sum of RGB (Red+Green+Blue) = 249+0+195=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F900C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900C3 is #06FF3C. Grayscale: #606060. Windows color (decimal): -458557 or 12779769. OLE color: 12779769.
HSL color Cylindrical-coordinate representation of color #F900C3: hue angle of 313.01º 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 #F900C3 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 195 | - |
| CMYK | 0 | 1 | 0.22 | 0.02 |
| HSL | 313.01º | 1% | 0.49% | - |
| HSV(B) | 313.01º | 1% | 0.98% | - |
| XYZ | 48.92 | 24.08 | 53.7 | - |
| YUV | 96.68 | 183.49 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 195 | 0 | 1 | 0.22 | 0.02 | 313.01 | 1 | 0.49 |
| Hex | F9 | 0 | C3 | 0 | 64 | 16 | 2 | 139 | 64 | 31 |
| Octal | 371 | 0 | 303 | 0 | 144 | 26 | 2 | 471 | 144 | 61 |
| Binary | 11111001 | 0 | 11000011 | 0 | 1100100 | 10110 | 10 | 100111001 | 1100100 | 110001 |
Color Harmonies of #F900C3
Complementary color
Monochromatic Colors of #F900C3
Black with #F900C3
Text Example
Text Example
White with #F900C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900C3; }
p { color: rgb(249,0,195); }
H1.HeaderClassName
{
color: #F900C3;
}
.AnyTagClassName
{
color: #F900C3;
}
</style>
background-color css
<style>
a { background-color: #F900C3; }
a { background-color: rgb(249,0,195); }
div.DivClassName
{
background-color: #F900C3;
}
.BgClassName
{
background-color: #F900C3;
}
</style>
border-color css
<style>
span { border-color: #F900C3; }
span { border-color: rgb(249,0,195); }
td.TdClassName
{
border-color: #F900C3;
}
.TagClassName
{
border-color: #F900C3;
}
</style>