Shades of Hot Magenta #F901C5
Tints of Hot Magenta #F901C5
RGB
CMYK
RGB Variations
Color information
#F901C5 (or 0xF901C5) is known color: Hot Magenta. HEX triplet: F9, 01 and C5. RGB value is (249,1,197). Sum of RGB (Red+Green+Blue) = 249+1+197=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F901C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901C5 is #06FE3A. Grayscale: #606060. Windows color (decimal): -458299 or 12911097. OLE color: 12911097.
HSL color Cylindrical-coordinate representation of color #F901C5: hue angle of 312.58º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901C5 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 197 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.02 |
| HSL | 312.58º | 0.99% | 0.49% | - |
| HSV(B) | 312.58º | 1% | 0.98% | - |
| XYZ | 49.16 | 24.19 | 54.9 | - |
| YUV | 97.5 | 184.16 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 197 | 0 | 1.00 | 0.21 | 0.02 | 312.58 | 0.99 | 0.49 |
| Hex | F9 | 1 | C5 | 0 | 64 | 15 | 2 | 139 | 63 | 31 |
| Octal | 371 | 1 | 305 | 0 | 144 | 25 | 2 | 471 | 143 | 61 |
| Binary | 11111001 | 1 | 11000101 | 0 | 1100100 | 10101 | 10 | 100111001 | 1100011 | 110001 |
Color Harmonies of #F901C5
Complementary color
Monochromatic Colors of #F901C5
Black with #F901C5
Text Example
Text Example
White with #F901C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901C5; }
p { color: rgb(249,1,197); }
H1.HeaderClassName
{
color: #F901C5;
}
.AnyTagClassName
{
color: #F901C5;
}
</style>
background-color css
<style>
a { background-color: #F901C5; }
a { background-color: rgb(249,1,197); }
div.DivClassName
{
background-color: #F901C5;
}
.BgClassName
{
background-color: #F901C5;
}
</style>
border-color css
<style>
span { border-color: #F901C5; }
span { border-color: rgb(249,1,197); }
td.TdClassName
{
border-color: #F901C5;
}
.TagClassName
{
border-color: #F901C5;
}
</style>