Shades of Hot Magenta #F308CF
Tints of Hot Magenta #F308CF
RGB
CMYK
RGB Variations
Color information
#F308CF (or 0xF308CF) is known color: Hot Magenta. HEX triplet: F3, 08 and CF. RGB value is (243,8,207). Sum of RGB (Red+Green+Blue) = 243+8+207=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 8 (3.52% from 255 or 1.75% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F308CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F308CF is #0CF730. Grayscale: #646464. Windows color (decimal): -849713 or 13568243. OLE color: 13568243.
HSL color Cylindrical-coordinate representation of color #F308CF: hue angle of 309.19º 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 #F308CF is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 207 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.05 |
| HSL | 309.19º | 0.94% | 0.49% | - |
| HSV(B) | 309.19º | 0.97% | 0.95% | - |
| XYZ | 48.31 | 23.73 | 61.07 | - |
| YUV | 100.95 | 187.86 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 207 | 0 | 0.97 | 0.15 | 0.05 | 309.19 | 0.94 | 0.49 |
| Hex | F3 | 8 | CF | 0 | 61 | F | 5 | 135 | 5E | 31 |
| Octal | 363 | 10 | 317 | 0 | 141 | 17 | 5 | 465 | 136 | 61 |
| Binary | 11110011 | 1000 | 11001111 | 0 | 1100001 | 1111 | 101 | 100110101 | 1011110 | 110001 |
Color Harmonies of #F308CF
Complementary color
Monochromatic Colors of #F308CF
Black with #F308CF
Text Example
Text Example
White with #F308CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308CF; }
p { color: rgb(243,8,207); }
H1.HeaderClassName
{
color: #F308CF;
}
.AnyTagClassName
{
color: #F308CF;
}
</style>
background-color css
<style>
a { background-color: #F308CF; }
a { background-color: rgb(243,8,207); }
div.DivClassName
{
background-color: #F308CF;
}
.BgClassName
{
background-color: #F308CF;
}
</style>
border-color css
<style>
span { border-color: #F308CF; }
span { border-color: rgb(243,8,207); }
td.TdClassName
{
border-color: #F308CF;
}
.TagClassName
{
border-color: #F308CF;
}
</style>