Shades of Hot Magenta #F000CB
Tints of Hot Magenta #F000CB
RGB
CMYK
RGB Variations
Color information
#F000CB (or 0xF000CB) is known color: Hot Magenta. HEX triplet: F0, 00 and CB. RGB value is (240,0,203). Sum of RGB (Red+Green+Blue) = 240+0+203=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F000CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000CB is #0FFF34. Grayscale: #5E5E5E. Windows color (decimal): -1048373 or 13304048. OLE color: 13304048.
HSL color Cylindrical-coordinate representation of color #F000CB: hue angle of 309.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000CB is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.15 | 0.06 |
| HSL | 309.25º | 1% | 0.47% | - |
| HSV(B) | 309.25º | 1% | 0.94% | - |
| XYZ | 46.71 | 22.84 | 58.45 | - |
| YUV | 94.9 | 189.01 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 203 | 0 | 1 | 0.15 | 0.06 | 309.25 | 1 | 0.47 |
| Hex | F0 | 0 | CB | 0 | 64 | F | 6 | 135 | 64 | 2F |
| Octal | 360 | 0 | 313 | 0 | 144 | 17 | 6 | 465 | 144 | 57 |
| Binary | 11110000 | 0 | 11001011 | 0 | 1100100 | 1111 | 110 | 100110101 | 1100100 | 101111 |
Color Harmonies of #F000CB
Complementary color
Monochromatic Colors of #F000CB
Black with #F000CB
Text Example
Text Example
White with #F000CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000CB; }
p { color: rgb(240,0,203); }
H1.HeaderClassName
{
color: #F000CB;
}
.AnyTagClassName
{
color: #F000CB;
}
</style>
background-color css
<style>
a { background-color: #F000CB; }
a { background-color: rgb(240,0,203); }
div.DivClassName
{
background-color: #F000CB;
}
.BgClassName
{
background-color: #F000CB;
}
</style>
border-color css
<style>
span { border-color: #F000CB; }
span { border-color: rgb(240,0,203); }
td.TdClassName
{
border-color: #F000CB;
}
.TagClassName
{
border-color: #F000CB;
}
</style>