Shades of Hot Magenta #F803DF
Tints of Hot Magenta #F803DF
RGB
CMYK
RGB Variations
Color information
#F803DF (or 0xF803DF) is known color: Hot Magenta. HEX triplet: F8, 03 and DF. RGB value is (248,3,223). Sum of RGB (Red+Green+Blue) = 248+3+223=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 3 (1.56% from 255 or 0.63% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F803DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F803DF is #07FC20. Grayscale: #646464. Windows color (decimal): -523297 or 14615544. OLE color: 14615544.
HSL color Cylindrical-coordinate representation of color #F803DF: hue angle of 306.12º 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 #F803DF is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 223 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.03 |
| HSL | 306.12º | 0.98% | 0.49% | - |
| HSV(B) | 306.12º | 0.99% | 0.97% | - |
| XYZ | 52.06 | 25.35 | 71.96 | - |
| YUV | 101.34 | 196.67 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 223 | 0 | 0.99 | 0.10 | 0.03 | 306.12 | 0.98 | 0.49 |
| Hex | F8 | 3 | DF | 0 | 63 | A | 3 | 132 | 62 | 31 |
| Octal | 370 | 3 | 337 | 0 | 143 | 12 | 3 | 462 | 142 | 61 |
| Binary | 11111000 | 11 | 11011111 | 0 | 1100011 | 1010 | 11 | 100110010 | 1100010 | 110001 |
Color Harmonies of #F803DF
Complementary color
Monochromatic Colors of #F803DF
Black with #F803DF
Text Example
Text Example
White with #F803DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803DF; }
p { color: rgb(248,3,223); }
H1.HeaderClassName
{
color: #F803DF;
}
.AnyTagClassName
{
color: #F803DF;
}
</style>
background-color css
<style>
a { background-color: #F803DF; }
a { background-color: rgb(248,3,223); }
div.DivClassName
{
background-color: #F803DF;
}
.BgClassName
{
background-color: #F803DF;
}
</style>
border-color css
<style>
span { border-color: #F803DF; }
span { border-color: rgb(248,3,223); }
td.TdClassName
{
border-color: #F803DF;
}
.TagClassName
{
border-color: #F803DF;
}
</style>