Shades of Hot Magenta #F803CC
Tints of Hot Magenta #F803CC
RGB
CMYK
RGB Variations
Color information
#F803CC (or 0xF803CC) is known color: Hot Magenta. HEX triplet: F8, 03 and CC. RGB value is (248,3,204). Sum of RGB (Red+Green+Blue) = 248+3+204=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F803CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F803CC is #07FC33. Grayscale: #626262. Windows color (decimal): -523316 or 13370360. OLE color: 13370360.
HSL color Cylindrical-coordinate representation of color #F803CC: hue angle of 310.78º 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 #F803CC is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.03 |
| HSL | 310.78º | 0.98% | 0.49% | - |
| HSV(B) | 310.78º | 0.99% | 0.97% | - |
| XYZ | 49.64 | 24.38 | 59.22 | - |
| YUV | 99.17 | 187.17 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 204 | 0 | 0.99 | 0.18 | 0.03 | 310.78 | 0.98 | 0.49 |
| Hex | F8 | 3 | CC | 0 | 63 | 12 | 3 | 137 | 62 | 31 |
| Octal | 370 | 3 | 314 | 0 | 143 | 22 | 3 | 467 | 142 | 61 |
| Binary | 11111000 | 11 | 11001100 | 0 | 1100011 | 10010 | 11 | 100110111 | 1100010 | 110001 |
Color Harmonies of #F803CC
Complementary color
Monochromatic Colors of #F803CC
Black with #F803CC
Text Example
Text Example
White with #F803CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803CC; }
p { color: rgb(248,3,204); }
H1.HeaderClassName
{
color: #F803CC;
}
.AnyTagClassName
{
color: #F803CC;
}
</style>
background-color css
<style>
a { background-color: #F803CC; }
a { background-color: rgb(248,3,204); }
div.DivClassName
{
background-color: #F803CC;
}
.BgClassName
{
background-color: #F803CC;
}
</style>
border-color css
<style>
span { border-color: #F803CC; }
span { border-color: rgb(248,3,204); }
td.TdClassName
{
border-color: #F803CC;
}
.TagClassName
{
border-color: #F803CC;
}
</style>