Shades of Hot Magenta #F801D3
Tints of Hot Magenta #F801D3
RGB
CMYK
RGB Variations
Color information
#F801D3 (or 0xF801D3) is known color: Hot Magenta. HEX triplet: F8, 01 and D3. RGB value is (248,1,211). Sum of RGB (Red+Green+Blue) = 248+1+211=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F801D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801D3 is #07FE2C. Grayscale: #626262. Windows color (decimal): -523821 or 13828600. OLE color: 13828600.
HSL color Cylindrical-coordinate representation of color #F801D3: hue angle of 308.99º 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 #F801D3 is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 211 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.03 |
| HSL | 308.99º | 0.99% | 0.49% | - |
| HSV(B) | 308.99º | 1% | 0.97% | - |
| XYZ | 50.48 | 24.68 | 63.73 | - |
| YUV | 98.79 | 191.33 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 211 | 0 | 1.00 | 0.15 | 0.03 | 308.99 | 0.99 | 0.49 |
| Hex | F8 | 1 | D3 | 0 | 64 | F | 3 | 135 | 63 | 31 |
| Octal | 370 | 1 | 323 | 0 | 144 | 17 | 3 | 465 | 143 | 61 |
| Binary | 11111000 | 1 | 11010011 | 0 | 1100100 | 1111 | 11 | 100110101 | 1100011 | 110001 |
Color Harmonies of #F801D3
Complementary color
Monochromatic Colors of #F801D3
Black with #F801D3
Text Example
Text Example
White with #F801D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801D3; }
p { color: rgb(248,1,211); }
H1.HeaderClassName
{
color: #F801D3;
}
.AnyTagClassName
{
color: #F801D3;
}
</style>
background-color css
<style>
a { background-color: #F801D3; }
a { background-color: rgb(248,1,211); }
div.DivClassName
{
background-color: #F801D3;
}
.BgClassName
{
background-color: #F801D3;
}
</style>
border-color css
<style>
span { border-color: #F801D3; }
span { border-color: rgb(248,1,211); }
td.TdClassName
{
border-color: #F801D3;
}
.TagClassName
{
border-color: #F801D3;
}
</style>