Shades of Hot Magenta #F802C3
Tints of Hot Magenta #F802C3
RGB
CMYK
RGB Variations
Color information
#F802C3 (or 0xF802C3) is known color: Hot Magenta. HEX triplet: F8, 02 and C3. RGB value is (248,2,195). Sum of RGB (Red+Green+Blue) = 248+2+195=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F802C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802C3 is #07FD3C. Grayscale: #616161. Windows color (decimal): -523581 or 12780280. OLE color: 12780280.
HSL color Cylindrical-coordinate representation of color #F802C3: hue angle of 312.93º 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 #F802C3 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 195 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.03 |
| HSL | 312.93º | 0.98% | 0.49% | - |
| HSV(B) | 312.93º | 0.99% | 0.97% | - |
| XYZ | 48.58 | 23.94 | 53.69 | - |
| YUV | 97.56 | 183 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 195 | 0 | 0.99 | 0.21 | 0.03 | 312.93 | 0.98 | 0.49 |
| Hex | F8 | 2 | C3 | 0 | 63 | 15 | 3 | 139 | 62 | 31 |
| Octal | 370 | 2 | 303 | 0 | 143 | 25 | 3 | 471 | 142 | 61 |
| Binary | 11111000 | 10 | 11000011 | 0 | 1100011 | 10101 | 11 | 100111001 | 1100010 | 110001 |
Color Harmonies of #F802C3
Complementary color
Monochromatic Colors of #F802C3
Black with #F802C3
Text Example
Text Example
White with #F802C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802C3; }
p { color: rgb(248,2,195); }
H1.HeaderClassName
{
color: #F802C3;
}
.AnyTagClassName
{
color: #F802C3;
}
</style>
background-color css
<style>
a { background-color: #F802C3; }
a { background-color: rgb(248,2,195); }
div.DivClassName
{
background-color: #F802C3;
}
.BgClassName
{
background-color: #F802C3;
}
</style>
border-color css
<style>
span { border-color: #F802C3; }
span { border-color: rgb(248,2,195); }
td.TdClassName
{
border-color: #F802C3;
}
.TagClassName
{
border-color: #F802C3;
}
</style>