Shades of Hot Magenta #F308DC
Tints of Hot Magenta #F308DC
RGB
CMYK
RGB Variations
Color information
#F308DC (or 0xF308DC) is known color: Hot Magenta. HEX triplet: F3, 08 and DC. RGB value is (243,8,220). Sum of RGB (Red+Green+Blue) = 243+8+220=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F308DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F308DC is #0CF723. Grayscale: #656565. Windows color (decimal): -849700 or 14420211. OLE color: 14420211.
HSL color Cylindrical-coordinate representation of color #F308DC: hue angle of 305.87º 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 #F308DC is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 220 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.05 |
| HSL | 305.87º | 0.94% | 0.49% | - |
| HSV(B) | 305.87º | 0.97% | 0.95% | - |
| XYZ | 49.97 | 24.4 | 69.79 | - |
| YUV | 102.43 | 194.36 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 220 | 0 | 0.97 | 0.09 | 0.05 | 305.87 | 0.94 | 0.49 |
| Hex | F3 | 8 | DC | 0 | 61 | 9 | 5 | 132 | 5E | 31 |
| Octal | 363 | 10 | 334 | 0 | 141 | 11 | 5 | 462 | 136 | 61 |
| Binary | 11110011 | 1000 | 11011100 | 0 | 1100001 | 1001 | 101 | 100110010 | 1011110 | 110001 |
Color Harmonies of #F308DC
Complementary color
Monochromatic Colors of #F308DC
Black with #F308DC
Text Example
Text Example
White with #F308DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308DC; }
p { color: rgb(243,8,220); }
H1.HeaderClassName
{
color: #F308DC;
}
.AnyTagClassName
{
color: #F308DC;
}
</style>
background-color css
<style>
a { background-color: #F308DC; }
a { background-color: rgb(243,8,220); }
div.DivClassName
{
background-color: #F308DC;
}
.BgClassName
{
background-color: #F308DC;
}
</style>
border-color css
<style>
span { border-color: #F308DC; }
span { border-color: rgb(243,8,220); }
td.TdClassName
{
border-color: #F308DC;
}
.TagClassName
{
border-color: #F308DC;
}
</style>