Shades of Hot Magenta #F802C6
Tints of Hot Magenta #F802C6
RGB
CMYK
RGB Variations
Color information
#F802C6 (or 0xF802C6) is known color: Hot Magenta. HEX triplet: F8, 02 and C6. RGB value is (248,2,198). Sum of RGB (Red+Green+Blue) = 248+2+198=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F802C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802C6 is #07FD39. Grayscale: #616161. Windows color (decimal): -523578 or 12976888. OLE color: 12976888.
HSL color Cylindrical-coordinate representation of color #F802C6: hue angle of 312.2º 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 #F802C6 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 198 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.03 |
| HSL | 312.2º | 0.98% | 0.49% | - |
| HSV(B) | 312.2º | 0.99% | 0.97% | - |
| XYZ | 48.93 | 24.08 | 55.49 | - |
| YUV | 97.9 | 184.5 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 198 | 0 | 0.99 | 0.20 | 0.03 | 312.2 | 0.98 | 0.49 |
| Hex | F8 | 2 | C6 | 0 | 63 | 14 | 3 | 138 | 62 | 31 |
| Octal | 370 | 2 | 306 | 0 | 143 | 24 | 3 | 470 | 142 | 61 |
| Binary | 11111000 | 10 | 11000110 | 0 | 1100011 | 10100 | 11 | 100111000 | 1100010 | 110001 |
Color Harmonies of #F802C6
Complementary color
Monochromatic Colors of #F802C6
Black with #F802C6
Text Example
Text Example
White with #F802C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802C6; }
p { color: rgb(248,2,198); }
H1.HeaderClassName
{
color: #F802C6;
}
.AnyTagClassName
{
color: #F802C6;
}
</style>
background-color css
<style>
a { background-color: #F802C6; }
a { background-color: rgb(248,2,198); }
div.DivClassName
{
background-color: #F802C6;
}
.BgClassName
{
background-color: #F802C6;
}
</style>
border-color css
<style>
span { border-color: #F802C6; }
span { border-color: rgb(248,2,198); }
td.TdClassName
{
border-color: #F802C6;
}
.TagClassName
{
border-color: #F802C6;
}
</style>