Shades of Magenta #F309F2
Tints of Magenta #F309F2
RGB
CMYK
RGB Variations
Color information
#F309F2 (or 0xF309F2) is known color: Magenta. HEX triplet: F3, 09 and F2. RGB value is (243,9,242). Sum of RGB (Red+Green+Blue) = 243+9+242=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 9 (3.91% from 255 or 1.82% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F309F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F309F2 is #0CF60D. Grayscale: #686868. Windows color (decimal): -849422 or 15862259. OLE color: 15862259.
HSL color Cylindrical-coordinate representation of color #F309F2: hue angle of 300.26º 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 #F309F2 is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 242 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.05 |
| HSL | 300.26º | 0.93% | 0.49% | - |
| HSV(B) | 300.26º | 0.96% | 0.95% | - |
| XYZ | 53.09 | 25.66 | 86.16 | - |
| YUV | 105.53 | 205.02 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 242 | 0 | 0.96 | 0.00 | 0.05 | 300.26 | 0.93 | 0.49 |
| Hex | F3 | 9 | F2 | 0 | 60 | 0 | 5 | 12C | 5D | 31 |
| Octal | 363 | 11 | 362 | 0 | 140 | 0 | 5 | 454 | 135 | 61 |
| Binary | 11110011 | 1001 | 11110010 | 0 | 1100000 | 0 | 101 | 100101100 | 1011101 | 110001 |
Color Harmonies of #F309F2
Complementary color
Monochromatic Colors of #F309F2
Black with #F309F2
Text Example
Text Example
White with #F309F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F309F2; }
p { color: rgb(243,9,242); }
H1.HeaderClassName
{
color: #F309F2;
}
.AnyTagClassName
{
color: #F309F2;
}
</style>
background-color css
<style>
a { background-color: #F309F2; }
a { background-color: rgb(243,9,242); }
div.DivClassName
{
background-color: #F309F2;
}
.BgClassName
{
background-color: #F309F2;
}
</style>
border-color css
<style>
span { border-color: #F309F2; }
span { border-color: rgb(243,9,242); }
td.TdClassName
{
border-color: #F309F2;
}
.TagClassName
{
border-color: #F309F2;
}
</style>