Shades of Hot Magenta #F307DC
Tints of Hot Magenta #F307DC
RGB
CMYK
RGB Variations
Color information
#F307DC (or 0xF307DC) is known color: Hot Magenta. HEX triplet: F3, 07 and DC. RGB value is (243,7,220). Sum of RGB (Red+Green+Blue) = 243+7+220=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F307DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F307DC is #0CF823. Grayscale: #656565. Windows color (decimal): -849956 or 14419955. OLE color: 14419955.
HSL color Cylindrical-coordinate representation of color #F307DC: hue angle of 305.85º 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 #F307DC is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 220 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.05 |
| HSL | 305.85º | 0.94% | 0.49% | - |
| HSV(B) | 305.85º | 0.97% | 0.95% | - |
| XYZ | 49.96 | 24.37 | 69.78 | - |
| YUV | 101.85 | 194.69 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 220 | 0 | 0.97 | 0.09 | 0.05 | 305.85 | 0.94 | 0.49 |
| Hex | F3 | 7 | DC | 0 | 61 | 9 | 5 | 132 | 5E | 31 |
| Octal | 363 | 7 | 334 | 0 | 141 | 11 | 5 | 462 | 136 | 61 |
| Binary | 11110011 | 111 | 11011100 | 0 | 1100001 | 1001 | 101 | 100110010 | 1011110 | 110001 |
Color Harmonies of #F307DC
Complementary color
Monochromatic Colors of #F307DC
Black with #F307DC
Text Example
Text Example
White with #F307DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F307DC; }
p { color: rgb(243,7,220); }
H1.HeaderClassName
{
color: #F307DC;
}
.AnyTagClassName
{
color: #F307DC;
}
</style>
background-color css
<style>
a { background-color: #F307DC; }
a { background-color: rgb(243,7,220); }
div.DivClassName
{
background-color: #F307DC;
}
.BgClassName
{
background-color: #F307DC;
}
</style>
border-color css
<style>
span { border-color: #F307DC; }
span { border-color: rgb(243,7,220); }
td.TdClassName
{
border-color: #F307DC;
}
.TagClassName
{
border-color: #F307DC;
}
</style>