Shades of Hot Magenta #F309DF
Tints of Hot Magenta #F309DF
RGB
CMYK
RGB Variations
Color information
#F309DF (or 0xF309DF) is known color: Hot Magenta. HEX triplet: F3, 09 and DF. RGB value is (243,9,223). Sum of RGB (Red+Green+Blue) = 243+9+223=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 9 (3.91% from 255 or 1.89% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F309DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F309DF is #0CF620. Grayscale: #666666. Windows color (decimal): -849441 or 14617075. OLE color: 14617075.
HSL color Cylindrical-coordinate representation of color #F309DF: hue angle of 305.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F309DF is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.05 |
| HSL | 305.13º | 0.93% | 0.49% | - |
| HSV(B) | 305.13º | 0.96% | 0.95% | - |
| XYZ | 50.38 | 24.58 | 71.9 | - |
| YUV | 103.36 | 195.52 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 223 | 0 | 0.96 | 0.08 | 0.05 | 305.13 | 0.93 | 0.49 |
| Hex | F3 | 9 | DF | 0 | 60 | 8 | 5 | 131 | 5D | 31 |
| Octal | 363 | 11 | 337 | 0 | 140 | 10 | 5 | 461 | 135 | 61 |
| Binary | 11110011 | 1001 | 11011111 | 0 | 1100000 | 1000 | 101 | 100110001 | 1011101 | 110001 |
Color Harmonies of #F309DF
Complementary color
Monochromatic Colors of #F309DF
Black with #F309DF
Text Example
Text Example
White with #F309DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F309DF; }
p { color: rgb(243,9,223); }
H1.HeaderClassName
{
color: #F309DF;
}
.AnyTagClassName
{
color: #F309DF;
}
</style>
background-color css
<style>
a { background-color: #F309DF; }
a { background-color: rgb(243,9,223); }
div.DivClassName
{
background-color: #F309DF;
}
.BgClassName
{
background-color: #F309DF;
}
</style>
border-color css
<style>
span { border-color: #F309DF; }
span { border-color: rgb(243,9,223); }
td.TdClassName
{
border-color: #F309DF;
}
.TagClassName
{
border-color: #F309DF;
}
</style>