Shades of Hot Magenta #F308D6
Tints of Hot Magenta #F308D6
RGB
CMYK
RGB Variations
Color information
#F308D6 (or 0xF308D6) is known color: Hot Magenta. HEX triplet: F3, 08 and D6. RGB value is (243,8,214). Sum of RGB (Red+Green+Blue) = 243+8+214=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 8 (3.52% from 255 or 1.72% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F308D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F308D6 is #0CF729. Grayscale: #656565. Windows color (decimal): -849706 or 14026995. OLE color: 14026995.
HSL color Cylindrical-coordinate representation of color #F308D6: hue angle of 307.4º 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 #F308D6 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 214 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.05 |
| HSL | 307.4º | 0.94% | 0.49% | - |
| HSV(B) | 307.4º | 0.97% | 0.95% | - |
| XYZ | 49.19 | 24.08 | 65.67 | - |
| YUV | 101.75 | 191.36 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 214 | 0 | 0.97 | 0.12 | 0.05 | 307.4 | 0.94 | 0.49 |
| Hex | F3 | 8 | D6 | 0 | 61 | C | 5 | 133 | 5E | 31 |
| Octal | 363 | 10 | 326 | 0 | 141 | 14 | 5 | 463 | 136 | 61 |
| Binary | 11110011 | 1000 | 11010110 | 0 | 1100001 | 1100 | 101 | 100110011 | 1011110 | 110001 |
Color Harmonies of #F308D6
Complementary color
Monochromatic Colors of #F308D6
Black with #F308D6
Text Example
Text Example
White with #F308D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308D6; }
p { color: rgb(243,8,214); }
H1.HeaderClassName
{
color: #F308D6;
}
.AnyTagClassName
{
color: #F308D6;
}
</style>
background-color css
<style>
a { background-color: #F308D6; }
a { background-color: rgb(243,8,214); }
div.DivClassName
{
background-color: #F308D6;
}
.BgClassName
{
background-color: #F308D6;
}
</style>
border-color css
<style>
span { border-color: #F308D6; }
span { border-color: rgb(243,8,214); }
td.TdClassName
{
border-color: #F308D6;
}
.TagClassName
{
border-color: #F308D6;
}
</style>