Shades of Hot Magenta #F700CB
Tints of Hot Magenta #F700CB
RGB
CMYK
RGB Variations
Color information
#F700CB (or 0xF700CB) is known color: Hot Magenta. HEX triplet: F7, 00 and CB. RGB value is (247,0,203). Sum of RGB (Red+Green+Blue) = 247+0+203=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F700CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700CB is #08FF34. Grayscale: #606060. Windows color (decimal): -589621 or 13304055. OLE color: 13304055.
HSL color Cylindrical-coordinate representation of color #F700CB: hue angle of 310.69º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700CB is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.18 | 0.03 |
| HSL | 310.69º | 1% | 0.48% | - |
| HSV(B) | 310.69º | 1% | 0.97% | - |
| XYZ | 49.14 | 24.09 | 58.56 | - |
| YUV | 97 | 187.83 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 203 | 0 | 1 | 0.18 | 0.03 | 310.69 | 1 | 0.48 |
| Hex | F7 | 0 | CB | 0 | 64 | 12 | 3 | 137 | 64 | 30 |
| Octal | 367 | 0 | 313 | 0 | 144 | 22 | 3 | 467 | 144 | 60 |
| Binary | 11110111 | 0 | 11001011 | 0 | 1100100 | 10010 | 11 | 100110111 | 1100100 | 110000 |
Color Harmonies of #F700CB
Complementary color
Monochromatic Colors of #F700CB
Black with #F700CB
Text Example
Text Example
White with #F700CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700CB; }
p { color: rgb(247,0,203); }
H1.HeaderClassName
{
color: #F700CB;
}
.AnyTagClassName
{
color: #F700CB;
}
</style>
background-color css
<style>
a { background-color: #F700CB; }
a { background-color: rgb(247,0,203); }
div.DivClassName
{
background-color: #F700CB;
}
.BgClassName
{
background-color: #F700CB;
}
</style>
border-color css
<style>
span { border-color: #F700CB; }
span { border-color: rgb(247,0,203); }
td.TdClassName
{
border-color: #F700CB;
}
.TagClassName
{
border-color: #F700CB;
}
</style>