Shades of Hot Magenta #F800CA
Tints of Hot Magenta #F800CA
RGB
CMYK
RGB Variations
Color information
#F800CA (or 0xF800CA) is known color: Hot Magenta. HEX triplet: F8, 00 and CA. RGB value is (248,0,202). Sum of RGB (Red+Green+Blue) = 248+0+202=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F800CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800CA is #07FF35. Grayscale: #606060. Windows color (decimal): -524086 or 13238520. OLE color: 13238520.
HSL color Cylindrical-coordinate representation of color #F800CA: hue angle of 311.13º 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 #F800CA is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.19 | 0.03 |
| HSL | 311.13º | 1% | 0.49% | - |
| HSV(B) | 311.13º | 1% | 0.97% | - |
| XYZ | 49.37 | 24.22 | 57.95 | - |
| YUV | 97.18 | 187.16 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 202 | 0 | 1 | 0.19 | 0.03 | 311.13 | 1 | 0.49 |
| Hex | F8 | 0 | CA | 0 | 64 | 13 | 3 | 137 | 64 | 31 |
| Octal | 370 | 0 | 312 | 0 | 144 | 23 | 3 | 467 | 144 | 61 |
| Binary | 11111000 | 0 | 11001010 | 0 | 1100100 | 10011 | 11 | 100110111 | 1100100 | 110001 |
Color Harmonies of #F800CA
Complementary color
Monochromatic Colors of #F800CA
Black with #F800CA
Text Example
Text Example
White with #F800CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800CA; }
p { color: rgb(248,0,202); }
H1.HeaderClassName
{
color: #F800CA;
}
.AnyTagClassName
{
color: #F800CA;
}
</style>
background-color css
<style>
a { background-color: #F800CA; }
a { background-color: rgb(248,0,202); }
div.DivClassName
{
background-color: #F800CA;
}
.BgClassName
{
background-color: #F800CA;
}
</style>
border-color css
<style>
span { border-color: #F800CA; }
span { border-color: rgb(248,0,202); }
td.TdClassName
{
border-color: #F800CA;
}
.TagClassName
{
border-color: #F800CA;
}
</style>