Shades of Hot Magenta #F308C9
Tints of Hot Magenta #F308C9
RGB
CMYK
RGB Variations
Color information
#F308C9 (or 0xF308C9) is known color: Hot Magenta. HEX triplet: F3, 08 and C9. RGB value is (243,8,201). Sum of RGB (Red+Green+Blue) = 243+8+201=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F308C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F308C9 is #0CF736. Grayscale: #636363. Windows color (decimal): -849719 or 13175027. OLE color: 13175027.
HSL color Cylindrical-coordinate representation of color #F308C9: hue angle of 310.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F308C9 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 201 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.05 |
| HSL | 310.72º | 0.94% | 0.49% | - |
| HSV(B) | 310.72º | 0.97% | 0.95% | - |
| XYZ | 47.59 | 23.45 | 57.28 | - |
| YUV | 100.27 | 184.86 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 201 | 0 | 0.97 | 0.17 | 0.05 | 310.72 | 0.94 | 0.49 |
| Hex | F3 | 8 | C9 | 0 | 61 | 11 | 5 | 137 | 5E | 31 |
| Octal | 363 | 10 | 311 | 0 | 141 | 21 | 5 | 467 | 136 | 61 |
| Binary | 11110011 | 1000 | 11001001 | 0 | 1100001 | 10001 | 101 | 100110111 | 1011110 | 110001 |
Color Harmonies of #F308C9
Complementary color
Monochromatic Colors of #F308C9
Black with #F308C9
Text Example
Text Example
White with #F308C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308C9; }
p { color: rgb(243,8,201); }
H1.HeaderClassName
{
color: #F308C9;
}
.AnyTagClassName
{
color: #F308C9;
}
</style>
background-color css
<style>
a { background-color: #F308C9; }
a { background-color: rgb(243,8,201); }
div.DivClassName
{
background-color: #F308C9;
}
.BgClassName
{
background-color: #F308C9;
}
</style>
border-color css
<style>
span { border-color: #F308C9; }
span { border-color: rgb(243,8,201); }
td.TdClassName
{
border-color: #F308C9;
}
.TagClassName
{
border-color: #F308C9;
}
</style>