Shades of Magenta #F309E6
Tints of Magenta #F309E6
RGB
CMYK
RGB Variations
Color information
#F309E6 (or 0xF309E6) is known color: Magenta. HEX triplet: F3, 09 and E6. RGB value is (243,9,230). Sum of RGB (Red+Green+Blue) = 243+9+230=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 9 (3.91% from 255 or 1.87% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F309E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F309E6 is #0CF619. Grayscale: #676767. Windows color (decimal): -849434 or 15075827. OLE color: 15075827.
HSL color Cylindrical-coordinate representation of color #F309E6: hue angle of 303.33º 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 #F309E6 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 230 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.05 |
| HSL | 303.33º | 0.93% | 0.49% | - |
| HSV(B) | 303.33º | 0.96% | 0.95% | - |
| XYZ | 51.34 | 24.96 | 76.98 | - |
| YUV | 104.16 | 199.02 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 230 | 0 | 0.96 | 0.05 | 0.05 | 303.33 | 0.93 | 0.49 |
| Hex | F3 | 9 | E6 | 0 | 60 | 5 | 5 | 12F | 5D | 31 |
| Octal | 363 | 11 | 346 | 0 | 140 | 5 | 5 | 457 | 135 | 61 |
| Binary | 11110011 | 1001 | 11100110 | 0 | 1100000 | 101 | 101 | 100101111 | 1011101 | 110001 |
Color Harmonies of #F309E6
Complementary color
Monochromatic Colors of #F309E6
Black with #F309E6
Text Example
Text Example
White with #F309E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F309E6; }
p { color: rgb(243,9,230); }
H1.HeaderClassName
{
color: #F309E6;
}
.AnyTagClassName
{
color: #F309E6;
}
</style>
background-color css
<style>
a { background-color: #F309E6; }
a { background-color: rgb(243,9,230); }
div.DivClassName
{
background-color: #F309E6;
}
.BgClassName
{
background-color: #F309E6;
}
</style>
border-color css
<style>
span { border-color: #F309E6; }
span { border-color: rgb(243,9,230); }
td.TdClassName
{
border-color: #F309E6;
}
.TagClassName
{
border-color: #F309E6;
}
</style>