Shades of Hot Magenta #F808CA
Tints of Hot Magenta #F808CA
RGB
CMYK
RGB Variations
Color information
#F808CA (or 0xF808CA) is known color: Hot Magenta. HEX triplet: F8, 08 and CA. RGB value is (248,8,202). Sum of RGB (Red+Green+Blue) = 248+8+202=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 8 (3.52% from 255 or 1.75% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F808CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F808CA is #07F735. Grayscale: #656565. Windows color (decimal): -522038 or 13240568. OLE color: 13240568.
HSL color Cylindrical-coordinate representation of color #F808CA: hue angle of 311.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F808CA is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 202 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.03 |
| HSL | 311.5º | 0.94% | 0.5% | - |
| HSV(B) | 311.5º | 0.97% | 0.97% | - |
| XYZ | 49.46 | 24.39 | 57.98 | - |
| YUV | 101.88 | 184.51 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 202 | 0 | 0.97 | 0.19 | 0.03 | 311.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | CA | 0 | 61 | 13 | 3 | 138 | 5E | 32 |
| Octal | 370 | 10 | 312 | 0 | 141 | 23 | 3 | 470 | 136 | 62 |
| Binary | 11111000 | 1000 | 11001010 | 0 | 1100001 | 10011 | 11 | 100111000 | 1011110 | 110010 |
Color Harmonies of #F808CA
Complementary color
Monochromatic Colors of #F808CA
Black with #F808CA
Text Example
Text Example
White with #F808CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F808CA; }
p { color: rgb(248,8,202); }
H1.HeaderClassName
{
color: #F808CA;
}
.AnyTagClassName
{
color: #F808CA;
}
</style>
background-color css
<style>
a { background-color: #F808CA; }
a { background-color: rgb(248,8,202); }
div.DivClassName
{
background-color: #F808CA;
}
.BgClassName
{
background-color: #F808CA;
}
</style>
border-color css
<style>
span { border-color: #F808CA; }
span { border-color: rgb(248,8,202); }
td.TdClassName
{
border-color: #F808CA;
}
.TagClassName
{
border-color: #F808CA;
}
</style>