Shades of Hot Magenta #F905C8
Tints of Hot Magenta #F905C8
RGB
CMYK
RGB Variations
Color information
#F905C8 (or 0xF905C8) is known color: Hot Magenta. HEX triplet: F9, 05 and C8. RGB value is (249,5,200). Sum of RGB (Red+Green+Blue) = 249+5+200=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F905C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905C8 is #06FA37. Grayscale: #636363. Windows color (decimal): -457272 or 13108729. OLE color: 13108729.
HSL color Cylindrical-coordinate representation of color #F905C8: hue angle of 312.05º 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 #F905C8 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 200 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.02 |
| HSL | 312.05º | 0.96% | 0.5% | - |
| HSV(B) | 312.05º | 0.98% | 0.98% | - |
| XYZ | 49.55 | 24.42 | 56.75 | - |
| YUV | 100.19 | 184.34 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 200 | 0 | 0.98 | 0.20 | 0.02 | 312.05 | 0.96 | 0.5 |
| Hex | F9 | 5 | C8 | 0 | 62 | 14 | 2 | 138 | 60 | 32 |
| Octal | 371 | 5 | 310 | 0 | 142 | 24 | 2 | 470 | 140 | 62 |
| Binary | 11111001 | 101 | 11001000 | 0 | 1100010 | 10100 | 10 | 100111000 | 1100000 | 110010 |
Color Harmonies of #F905C8
Complementary color
Monochromatic Colors of #F905C8
Black with #F905C8
Text Example
Text Example
White with #F905C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905C8; }
p { color: rgb(249,5,200); }
H1.HeaderClassName
{
color: #F905C8;
}
.AnyTagClassName
{
color: #F905C8;
}
</style>
background-color css
<style>
a { background-color: #F905C8; }
a { background-color: rgb(249,5,200); }
div.DivClassName
{
background-color: #F905C8;
}
.BgClassName
{
background-color: #F905C8;
}
</style>
border-color css
<style>
span { border-color: #F905C8; }
span { border-color: rgb(249,5,200); }
td.TdClassName
{
border-color: #F905C8;
}
.TagClassName
{
border-color: #F905C8;
}
</style>