Shades of Hot Magenta #F901CD
Tints of Hot Magenta #F901CD
RGB
CMYK
RGB Variations
Color information
#F901CD (or 0xF901CD) is known color: Hot Magenta. HEX triplet: F9, 01 and CD. RGB value is (249,1,205). Sum of RGB (Red+Green+Blue) = 249+1+205=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F901CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901CD is #06FE32. Grayscale: #616161. Windows color (decimal): -458291 or 13435385. OLE color: 13435385.
HSL color Cylindrical-coordinate representation of color #F901CD: hue angle of 310.65º 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 #F901CD is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 205 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.02 |
| HSL | 310.65º | 0.99% | 0.49% | - |
| HSV(B) | 310.65º | 1% | 0.98% | - |
| XYZ | 50.1 | 24.57 | 59.86 | - |
| YUV | 98.41 | 188.16 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 205 | 0 | 1.00 | 0.18 | 0.02 | 310.65 | 0.99 | 0.49 |
| Hex | F9 | 1 | CD | 0 | 64 | 12 | 2 | 137 | 63 | 31 |
| Octal | 371 | 1 | 315 | 0 | 144 | 22 | 2 | 467 | 143 | 61 |
| Binary | 11111001 | 1 | 11001101 | 0 | 1100100 | 10010 | 10 | 100110111 | 1100011 | 110001 |
Color Harmonies of #F901CD
Complementary color
Monochromatic Colors of #F901CD
Black with #F901CD
Text Example
Text Example
White with #F901CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901CD; }
p { color: rgb(249,1,205); }
H1.HeaderClassName
{
color: #F901CD;
}
.AnyTagClassName
{
color: #F901CD;
}
</style>
background-color css
<style>
a { background-color: #F901CD; }
a { background-color: rgb(249,1,205); }
div.DivClassName
{
background-color: #F901CD;
}
.BgClassName
{
background-color: #F901CD;
}
</style>
border-color css
<style>
span { border-color: #F901CD; }
span { border-color: rgb(249,1,205); }
td.TdClassName
{
border-color: #F901CD;
}
.TagClassName
{
border-color: #F901CD;
}
</style>