Shades of Hot Magenta #F306DF
Tints of Hot Magenta #F306DF
RGB
CMYK
RGB Variations
Color information
#F306DF (or 0xF306DF) is known color: Hot Magenta. HEX triplet: F3, 06 and DF. RGB value is (243,6,223). Sum of RGB (Red+Green+Blue) = 243+6+223=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F306DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F306DF is #0CF920. Grayscale: #646464. Windows color (decimal): -850209 or 14616307. OLE color: 14616307.
HSL color Cylindrical-coordinate representation of color #F306DF: hue angle of 305.06º 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 #F306DF is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 223 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.05 |
| HSL | 305.06º | 0.95% | 0.49% | - |
| HSV(B) | 305.06º | 0.98% | 0.95% | - |
| XYZ | 50.35 | 24.51 | 71.89 | - |
| YUV | 101.6 | 196.52 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 223 | 0 | 0.98 | 0.08 | 0.05 | 305.06 | 0.95 | 0.49 |
| Hex | F3 | 6 | DF | 0 | 62 | 8 | 5 | 131 | 5F | 31 |
| Octal | 363 | 6 | 337 | 0 | 142 | 10 | 5 | 461 | 137 | 61 |
| Binary | 11110011 | 110 | 11011111 | 0 | 1100010 | 1000 | 101 | 100110001 | 1011111 | 110001 |
Color Harmonies of #F306DF
Complementary color
Monochromatic Colors of #F306DF
Black with #F306DF
Text Example
Text Example
White with #F306DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306DF; }
p { color: rgb(243,6,223); }
H1.HeaderClassName
{
color: #F306DF;
}
.AnyTagClassName
{
color: #F306DF;
}
</style>
background-color css
<style>
a { background-color: #F306DF; }
a { background-color: rgb(243,6,223); }
div.DivClassName
{
background-color: #F306DF;
}
.BgClassName
{
background-color: #F306DF;
}
</style>
border-color css
<style>
span { border-color: #F306DF; }
span { border-color: rgb(243,6,223); }
td.TdClassName
{
border-color: #F306DF;
}
.TagClassName
{
border-color: #F306DF;
}
</style>