Shades of Hot Magenta #F803DE
Tints of Hot Magenta #F803DE
RGB
CMYK
RGB Variations
Color information
#F803DE (or 0xF803DE) is known color: Hot Magenta. HEX triplet: F8, 03 and DE. RGB value is (248,3,222). Sum of RGB (Red+Green+Blue) = 248+3+222=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 3 (1.56% from 255 or 0.63% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F803DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F803DE is #07FC21. Grayscale: #646464. Windows color (decimal): -523298 or 14550008. OLE color: 14550008.
HSL color Cylindrical-coordinate representation of color #F803DE: hue angle of 306.37º 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 #F803DE is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 222 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.03 |
| HSL | 306.37º | 0.98% | 0.49% | - |
| HSV(B) | 306.37º | 0.99% | 0.97% | - |
| XYZ | 51.93 | 25.3 | 71.25 | - |
| YUV | 101.22 | 196.17 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 222 | 0 | 0.99 | 0.10 | 0.03 | 306.37 | 0.98 | 0.49 |
| Hex | F8 | 3 | DE | 0 | 63 | A | 3 | 132 | 62 | 31 |
| Octal | 370 | 3 | 336 | 0 | 143 | 12 | 3 | 462 | 142 | 61 |
| Binary | 11111000 | 11 | 11011110 | 0 | 1100011 | 1010 | 11 | 100110010 | 1100010 | 110001 |
Color Harmonies of #F803DE
Complementary color
Monochromatic Colors of #F803DE
Black with #F803DE
Text Example
Text Example
White with #F803DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803DE; }
p { color: rgb(248,3,222); }
H1.HeaderClassName
{
color: #F803DE;
}
.AnyTagClassName
{
color: #F803DE;
}
</style>
background-color css
<style>
a { background-color: #F803DE; }
a { background-color: rgb(248,3,222); }
div.DivClassName
{
background-color: #F803DE;
}
.BgClassName
{
background-color: #F803DE;
}
</style>
border-color css
<style>
span { border-color: #F803DE; }
span { border-color: rgb(248,3,222); }
td.TdClassName
{
border-color: #F803DE;
}
.TagClassName
{
border-color: #F803DE;
}
</style>