Shades of Hot Magenta #F306D6
Tints of Hot Magenta #F306D6
RGB
CMYK
RGB Variations
Color information
#F306D6 (or 0xF306D6) is known color: Hot Magenta. HEX triplet: F3, 06 and D6. RGB value is (243,6,214). Sum of RGB (Red+Green+Blue) = 243+6+214=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F306D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F306D6 is #0CF929. Grayscale: #636363. Windows color (decimal): -850218 or 14026483. OLE color: 14026483.
HSL color Cylindrical-coordinate representation of color #F306D6: hue angle of 307.34º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F306D6 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 214 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.05 |
| HSL | 307.34º | 0.95% | 0.49% | - |
| HSV(B) | 307.34º | 0.98% | 0.95% | - |
| XYZ | 49.16 | 24.04 | 65.67 | - |
| YUV | 100.58 | 192.02 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 214 | 0 | 0.98 | 0.12 | 0.05 | 307.34 | 0.95 | 0.49 |
| Hex | F3 | 6 | D6 | 0 | 62 | C | 5 | 133 | 5F | 31 |
| Octal | 363 | 6 | 326 | 0 | 142 | 14 | 5 | 463 | 137 | 61 |
| Binary | 11110011 | 110 | 11010110 | 0 | 1100010 | 1100 | 101 | 100110011 | 1011111 | 110001 |
Color Harmonies of #F306D6
Complementary color
Monochromatic Colors of #F306D6
Black with #F306D6
Text Example
Text Example
White with #F306D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306D6; }
p { color: rgb(243,6,214); }
H1.HeaderClassName
{
color: #F306D6;
}
.AnyTagClassName
{
color: #F306D6;
}
</style>
background-color css
<style>
a { background-color: #F306D6; }
a { background-color: rgb(243,6,214); }
div.DivClassName
{
background-color: #F306D6;
}
.BgClassName
{
background-color: #F306D6;
}
</style>
border-color css
<style>
span { border-color: #F306D6; }
span { border-color: rgb(243,6,214); }
td.TdClassName
{
border-color: #F306D6;
}
.TagClassName
{
border-color: #F306D6;
}
</style>