Shades of Hot Magenta #F206CB
Tints of Hot Magenta #F206CB
RGB
CMYK
RGB Variations
Color information
#F206CB (or 0xF206CB) is known color: Hot Magenta. HEX triplet: F2, 06 and CB. RGB value is (242,6,203). Sum of RGB (Red+Green+Blue) = 242+6+203=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F206CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206CB is #0DF934. Grayscale: #626262. Windows color (decimal): -915765 or 13305586. OLE color: 13305586.
HSL color Cylindrical-coordinate representation of color #F206CB: hue angle of 309.92º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F206CB is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 203 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.05 |
| HSL | 309.92º | 0.95% | 0.49% | - |
| HSV(B) | 309.92º | 0.98% | 0.95% | - |
| XYZ | 47.46 | 23.32 | 58.5 | - |
| YUV | 99.02 | 186.69 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 203 | 0 | 0.98 | 0.16 | 0.05 | 309.92 | 0.95 | 0.49 |
| Hex | F2 | 6 | CB | 0 | 62 | 10 | 5 | 136 | 5F | 31 |
| Octal | 362 | 6 | 313 | 0 | 142 | 20 | 5 | 466 | 137 | 61 |
| Binary | 11110010 | 110 | 11001011 | 0 | 1100010 | 10000 | 101 | 100110110 | 1011111 | 110001 |
Color Harmonies of #F206CB
Complementary color
Monochromatic Colors of #F206CB
Black with #F206CB
Text Example
Text Example
White with #F206CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206CB; }
p { color: rgb(242,6,203); }
H1.HeaderClassName
{
color: #F206CB;
}
.AnyTagClassName
{
color: #F206CB;
}
</style>
background-color css
<style>
a { background-color: #F206CB; }
a { background-color: rgb(242,6,203); }
div.DivClassName
{
background-color: #F206CB;
}
.BgClassName
{
background-color: #F206CB;
}
</style>
border-color css
<style>
span { border-color: #F206CB; }
span { border-color: rgb(242,6,203); }
td.TdClassName
{
border-color: #F206CB;
}
.TagClassName
{
border-color: #F206CB;
}
</style>