Shades of Hot Magenta #F901C4
Tints of Hot Magenta #F901C4
RGB
CMYK
RGB Variations
Color information
#F901C4 (or 0xF901C4) is known color: Hot Magenta. HEX triplet: F9, 01 and C4. RGB value is (249,1,196). Sum of RGB (Red+Green+Blue) = 249+1+196=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F901C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901C4 is #06FE3B. Grayscale: #606060. Windows color (decimal): -458300 or 12845561. OLE color: 12845561.
HSL color Cylindrical-coordinate representation of color #F901C4: hue angle of 312.82º 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 #F901C4 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 196 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.02 |
| HSL | 312.82º | 0.99% | 0.49% | - |
| HSV(B) | 312.82º | 1% | 0.98% | - |
| XYZ | 49.04 | 24.15 | 54.3 | - |
| YUV | 97.38 | 183.66 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 196 | 0 | 1.00 | 0.21 | 0.02 | 312.82 | 0.99 | 0.49 |
| Hex | F9 | 1 | C4 | 0 | 64 | 15 | 2 | 139 | 63 | 31 |
| Octal | 371 | 1 | 304 | 0 | 144 | 25 | 2 | 471 | 143 | 61 |
| Binary | 11111001 | 1 | 11000100 | 0 | 1100100 | 10101 | 10 | 100111001 | 1100011 | 110001 |
Color Harmonies of #F901C4
Complementary color
Monochromatic Colors of #F901C4
Black with #F901C4
Text Example
Text Example
White with #F901C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901C4; }
p { color: rgb(249,1,196); }
H1.HeaderClassName
{
color: #F901C4;
}
.AnyTagClassName
{
color: #F901C4;
}
</style>
background-color css
<style>
a { background-color: #F901C4; }
a { background-color: rgb(249,1,196); }
div.DivClassName
{
background-color: #F901C4;
}
.BgClassName
{
background-color: #F901C4;
}
</style>
border-color css
<style>
span { border-color: #F901C4; }
span { border-color: rgb(249,1,196); }
td.TdClassName
{
border-color: #F901C4;
}
.TagClassName
{
border-color: #F901C4;
}
</style>