Shades of Hot Magenta #F801C5
Tints of Hot Magenta #F801C5
RGB
CMYK
RGB Variations
Color information
#F801C5 (or 0xF801C5) is known color: Hot Magenta. HEX triplet: F8, 01 and C5. RGB value is (248,1,197). Sum of RGB (Red+Green+Blue) = 248+1+197=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F801C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801C5 is #07FE3A. Grayscale: #606060. Windows color (decimal): -523835 or 12911096. OLE color: 12911096.
HSL color Cylindrical-coordinate representation of color #F801C5: hue angle of 312.39º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F801C5 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 197 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.03 |
| HSL | 312.39º | 0.99% | 0.49% | - |
| HSV(B) | 312.39º | 1% | 0.97% | - |
| XYZ | 48.8 | 24.01 | 54.89 | - |
| YUV | 97.2 | 184.33 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 197 | 0 | 1.00 | 0.21 | 0.03 | 312.39 | 0.99 | 0.49 |
| Hex | F8 | 1 | C5 | 0 | 64 | 15 | 3 | 138 | 63 | 31 |
| Octal | 370 | 1 | 305 | 0 | 144 | 25 | 3 | 470 | 143 | 61 |
| Binary | 11111000 | 1 | 11000101 | 0 | 1100100 | 10101 | 11 | 100111000 | 1100011 | 110001 |
Color Harmonies of #F801C5
Complementary color
Monochromatic Colors of #F801C5
Black with #F801C5
Text Example
Text Example
White with #F801C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801C5; }
p { color: rgb(248,1,197); }
H1.HeaderClassName
{
color: #F801C5;
}
.AnyTagClassName
{
color: #F801C5;
}
</style>
background-color css
<style>
a { background-color: #F801C5; }
a { background-color: rgb(248,1,197); }
div.DivClassName
{
background-color: #F801C5;
}
.BgClassName
{
background-color: #F801C5;
}
</style>
border-color css
<style>
span { border-color: #F801C5; }
span { border-color: rgb(248,1,197); }
td.TdClassName
{
border-color: #F801C5;
}
.TagClassName
{
border-color: #F801C5;
}
</style>