Shades of Hot Magenta #F800C3
Tints of Hot Magenta #F800C3
RGB
CMYK
RGB Variations
Color information
#F800C3 (or 0xF800C3) is known color: Hot Magenta. HEX triplet: F8, 00 and C3. RGB value is (248,0,195). Sum of RGB (Red+Green+Blue) = 248+0+195=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F800C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800C3 is #07FF3C. Grayscale: #5F5F5F. Windows color (decimal): -524093 or 12779768. OLE color: 12779768.
HSL color Cylindrical-coordinate representation of color #F800C3: hue angle of 312.82º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800C3 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 195 | - |
| CMYK | 0 | 1 | 0.21 | 0.03 |
| HSL | 312.82º | 1% | 0.49% | - |
| HSV(B) | 312.82º | 1% | 0.97% | - |
| XYZ | 48.56 | 23.9 | 53.68 | - |
| YUV | 96.38 | 183.66 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 195 | 0 | 1 | 0.21 | 0.03 | 312.82 | 1 | 0.49 |
| Hex | F8 | 0 | C3 | 0 | 64 | 15 | 3 | 139 | 64 | 31 |
| Octal | 370 | 0 | 303 | 0 | 144 | 25 | 3 | 471 | 144 | 61 |
| Binary | 11111000 | 0 | 11000011 | 0 | 1100100 | 10101 | 11 | 100111001 | 1100100 | 110001 |
Color Harmonies of #F800C3
Complementary color
Monochromatic Colors of #F800C3
Black with #F800C3
Text Example
Text Example
White with #F800C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800C3; }
p { color: rgb(248,0,195); }
H1.HeaderClassName
{
color: #F800C3;
}
.AnyTagClassName
{
color: #F800C3;
}
</style>
background-color css
<style>
a { background-color: #F800C3; }
a { background-color: rgb(248,0,195); }
div.DivClassName
{
background-color: #F800C3;
}
.BgClassName
{
background-color: #F800C3;
}
</style>
border-color css
<style>
span { border-color: #F800C3; }
span { border-color: rgb(248,0,195); }
td.TdClassName
{
border-color: #F800C3;
}
.TagClassName
{
border-color: #F800C3;
}
</style>