Shades of Hot Magenta #F306C8
Tints of Hot Magenta #F306C8
RGB
CMYK
RGB Variations
Color information
#F306C8 (or 0xF306C8) is known color: Hot Magenta. HEX triplet: F3, 06 and C8. RGB value is (243,6,200). Sum of RGB (Red+Green+Blue) = 243+6+200=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F306C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F306C8 is #0CF937. Grayscale: #626262. Windows color (decimal): -850232 or 13108979. OLE color: 13108979.
HSL color Cylindrical-coordinate representation of color #F306C8: hue angle of 310.89º 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 #F306C8 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 200 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.05 |
| HSL | 310.89º | 0.95% | 0.49% | - |
| HSV(B) | 310.89º | 0.98% | 0.95% | - |
| XYZ | 47.45 | 23.36 | 56.65 | - |
| YUV | 98.98 | 185.02 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 200 | 0 | 0.98 | 0.18 | 0.05 | 310.89 | 0.95 | 0.49 |
| Hex | F3 | 6 | C8 | 0 | 62 | 12 | 5 | 137 | 5F | 31 |
| Octal | 363 | 6 | 310 | 0 | 142 | 22 | 5 | 467 | 137 | 61 |
| Binary | 11110011 | 110 | 11001000 | 0 | 1100010 | 10010 | 101 | 100110111 | 1011111 | 110001 |
Color Harmonies of #F306C8
Complementary color
Monochromatic Colors of #F306C8
Black with #F306C8
Text Example
Text Example
White with #F306C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306C8; }
p { color: rgb(243,6,200); }
H1.HeaderClassName
{
color: #F306C8;
}
.AnyTagClassName
{
color: #F306C8;
}
</style>
background-color css
<style>
a { background-color: #F306C8; }
a { background-color: rgb(243,6,200); }
div.DivClassName
{
background-color: #F306C8;
}
.BgClassName
{
background-color: #F306C8;
}
</style>
border-color css
<style>
span { border-color: #F306C8; }
span { border-color: rgb(243,6,200); }
td.TdClassName
{
border-color: #F306C8;
}
.TagClassName
{
border-color: #F306C8;
}
</style>