Shades of Magenta #F306E6
Tints of Magenta #F306E6
RGB
CMYK
RGB Variations
Color information
#F306E6 (or 0xF306E6) is known color: Magenta. HEX triplet: F3, 06 and E6. RGB value is (243,6,230). Sum of RGB (Red+Green+Blue) = 243+6+230=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 6 (2.73% from 255 or 1.25% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F306E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F306E6 is #0CF919. Grayscale: #656565. Windows color (decimal): -850202 or 15075059. OLE color: 15075059.
HSL color Cylindrical-coordinate representation of color #F306E6: hue angle of 303.29º 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 #F306E6 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 230 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.05 |
| HSL | 303.29º | 0.95% | 0.49% | - |
| HSV(B) | 303.29º | 0.98% | 0.95% | - |
| XYZ | 51.31 | 24.9 | 76.96 | - |
| YUV | 102.4 | 200.02 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 230 | 0 | 0.98 | 0.05 | 0.05 | 303.29 | 0.95 | 0.49 |
| Hex | F3 | 6 | E6 | 0 | 62 | 5 | 5 | 12F | 5F | 31 |
| Octal | 363 | 6 | 346 | 0 | 142 | 5 | 5 | 457 | 137 | 61 |
| Binary | 11110011 | 110 | 11100110 | 0 | 1100010 | 101 | 101 | 100101111 | 1011111 | 110001 |
Color Harmonies of #F306E6
Complementary color
Monochromatic Colors of #F306E6
Black with #F306E6
Text Example
Text Example
White with #F306E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306E6; }
p { color: rgb(243,6,230); }
H1.HeaderClassName
{
color: #F306E6;
}
.AnyTagClassName
{
color: #F306E6;
}
</style>
background-color css
<style>
a { background-color: #F306E6; }
a { background-color: rgb(243,6,230); }
div.DivClassName
{
background-color: #F306E6;
}
.BgClassName
{
background-color: #F306E6;
}
</style>
border-color css
<style>
span { border-color: #F306E6; }
span { border-color: rgb(243,6,230); }
td.TdClassName
{
border-color: #F306E6;
}
.TagClassName
{
border-color: #F306E6;
}
</style>