Shades of Hot Magenta #F905C9
Tints of Hot Magenta #F905C9
RGB
CMYK
RGB Variations
Color information
#F905C9 (or 0xF905C9) is known color: Hot Magenta. HEX triplet: F9, 05 and C9. RGB value is (249,5,201). Sum of RGB (Red+Green+Blue) = 249+5+201=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F905C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905C9 is #06FA36. Grayscale: #636363. Windows color (decimal): -457271 or 13174265. OLE color: 13174265.
HSL color Cylindrical-coordinate representation of color #F905C9: hue angle of 311.8º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F905C9 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 201 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.02 |
| HSL | 311.8º | 0.96% | 0.5% | - |
| HSV(B) | 311.8º | 0.98% | 0.98% | - |
| XYZ | 49.66 | 24.47 | 57.36 | - |
| YUV | 100.3 | 184.84 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 201 | 0 | 0.98 | 0.19 | 0.02 | 311.8 | 0.96 | 0.5 |
| Hex | F9 | 5 | C9 | 0 | 62 | 13 | 2 | 138 | 60 | 32 |
| Octal | 371 | 5 | 311 | 0 | 142 | 23 | 2 | 470 | 140 | 62 |
| Binary | 11111001 | 101 | 11001001 | 0 | 1100010 | 10011 | 10 | 100111000 | 1100000 | 110010 |
Color Harmonies of #F905C9
Complementary color
Monochromatic Colors of #F905C9
Black with #F905C9
Text Example
Text Example
White with #F905C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905C9; }
p { color: rgb(249,5,201); }
H1.HeaderClassName
{
color: #F905C9;
}
.AnyTagClassName
{
color: #F905C9;
}
</style>
background-color css
<style>
a { background-color: #F905C9; }
a { background-color: rgb(249,5,201); }
div.DivClassName
{
background-color: #F905C9;
}
.BgClassName
{
background-color: #F905C9;
}
</style>
border-color css
<style>
span { border-color: #F905C9; }
span { border-color: rgb(249,5,201); }
td.TdClassName
{
border-color: #F905C9;
}
.TagClassName
{
border-color: #F905C9;
}
</style>