Shades of Hot Magenta #F803CE
Tints of Hot Magenta #F803CE
RGB
CMYK
RGB Variations
Color information
#F803CE (or 0xF803CE) is known color: Hot Magenta. HEX triplet: F8, 03 and CE. RGB value is (248,3,206). Sum of RGB (Red+Green+Blue) = 248+3+206=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F803CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F803CE is #07FC31. Grayscale: #626262. Windows color (decimal): -523314 or 13501432. OLE color: 13501432.
HSL color Cylindrical-coordinate representation of color #F803CE: hue angle of 310.29º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F803CE is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.03 |
| HSL | 310.29º | 0.98% | 0.49% | - |
| HSV(B) | 310.29º | 0.99% | 0.97% | - |
| XYZ | 49.88 | 24.48 | 60.49 | - |
| YUV | 99.4 | 188.17 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 206 | 0 | 0.99 | 0.17 | 0.03 | 310.29 | 0.98 | 0.49 |
| Hex | F8 | 3 | CE | 0 | 63 | 11 | 3 | 136 | 62 | 31 |
| Octal | 370 | 3 | 316 | 0 | 143 | 21 | 3 | 466 | 142 | 61 |
| Binary | 11111000 | 11 | 11001110 | 0 | 1100011 | 10001 | 11 | 100110110 | 1100010 | 110001 |
Color Harmonies of #F803CE
Complementary color
Monochromatic Colors of #F803CE
Black with #F803CE
Text Example
Text Example
White with #F803CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803CE; }
p { color: rgb(248,3,206); }
H1.HeaderClassName
{
color: #F803CE;
}
.AnyTagClassName
{
color: #F803CE;
}
</style>
background-color css
<style>
a { background-color: #F803CE; }
a { background-color: rgb(248,3,206); }
div.DivClassName
{
background-color: #F803CE;
}
.BgClassName
{
background-color: #F803CE;
}
</style>
border-color css
<style>
span { border-color: #F803CE; }
span { border-color: rgb(248,3,206); }
td.TdClassName
{
border-color: #F803CE;
}
.TagClassName
{
border-color: #F803CE;
}
</style>