Shades of Hot Magenta #F800CB
Tints of Hot Magenta #F800CB
RGB
CMYK
RGB Variations
Color information
#F800CB (or 0xF800CB) is known color: Hot Magenta. HEX triplet: F8, 00 and CB. RGB value is (248,0,203). Sum of RGB (Red+Green+Blue) = 248+0+203=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F800CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800CB is #07FF34. Grayscale: #606060. Windows color (decimal): -524085 or 13304056. OLE color: 13304056.
HSL color Cylindrical-coordinate representation of color #F800CB: hue angle of 310.89º 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 #F800CB is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.18 | 0.03 |
| HSL | 310.89º | 1% | 0.49% | - |
| HSV(B) | 310.89º | 1% | 0.97% | - |
| XYZ | 49.49 | 24.27 | 58.58 | - |
| YUV | 97.29 | 187.66 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 203 | 0 | 1 | 0.18 | 0.03 | 310.89 | 1 | 0.49 |
| Hex | F8 | 0 | CB | 0 | 64 | 12 | 3 | 137 | 64 | 31 |
| Octal | 370 | 0 | 313 | 0 | 144 | 22 | 3 | 467 | 144 | 61 |
| Binary | 11111000 | 0 | 11001011 | 0 | 1100100 | 10010 | 11 | 100110111 | 1100100 | 110001 |
Color Harmonies of #F800CB
Complementary color
Monochromatic Colors of #F800CB
Black with #F800CB
Text Example
Text Example
White with #F800CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800CB; }
p { color: rgb(248,0,203); }
H1.HeaderClassName
{
color: #F800CB;
}
.AnyTagClassName
{
color: #F800CB;
}
</style>
background-color css
<style>
a { background-color: #F800CB; }
a { background-color: rgb(248,0,203); }
div.DivClassName
{
background-color: #F800CB;
}
.BgClassName
{
background-color: #F800CB;
}
</style>
border-color css
<style>
span { border-color: #F800CB; }
span { border-color: rgb(248,0,203); }
td.TdClassName
{
border-color: #F800CB;
}
.TagClassName
{
border-color: #F800CB;
}
</style>