Shades of Magenta #F308E6
Tints of Magenta #F308E6
RGB
CMYK
RGB Variations
Color information
#F308E6 (or 0xF308E6) is known color: Magenta. HEX triplet: F3, 08 and E6. RGB value is (243,8,230). Sum of RGB (Red+Green+Blue) = 243+8+230=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 8 (3.52% from 255 or 1.66% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F308E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F308E6 is #0CF719. Grayscale: #666666. Windows color (decimal): -849690 or 15075571. OLE color: 15075571.
HSL color Cylindrical-coordinate representation of color #F308E6: hue angle of 303.32º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F308E6 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 230 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.05 |
| HSL | 303.32º | 0.94% | 0.49% | - |
| HSV(B) | 303.32º | 0.97% | 0.95% | - |
| XYZ | 51.33 | 24.94 | 76.97 | - |
| YUV | 103.57 | 199.36 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 230 | 0 | 0.97 | 0.05 | 0.05 | 303.32 | 0.94 | 0.49 |
| Hex | F3 | 8 | E6 | 0 | 61 | 5 | 5 | 12F | 5E | 31 |
| Octal | 363 | 10 | 346 | 0 | 141 | 5 | 5 | 457 | 136 | 61 |
| Binary | 11110011 | 1000 | 11100110 | 0 | 1100001 | 101 | 101 | 100101111 | 1011110 | 110001 |
Color Harmonies of #F308E6
Complementary color
Monochromatic Colors of #F308E6
Black with #F308E6
Text Example
Text Example
White with #F308E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308E6; }
p { color: rgb(243,8,230); }
H1.HeaderClassName
{
color: #F308E6;
}
.AnyTagClassName
{
color: #F308E6;
}
</style>
background-color css
<style>
a { background-color: #F308E6; }
a { background-color: rgb(243,8,230); }
div.DivClassName
{
background-color: #F308E6;
}
.BgClassName
{
background-color: #F308E6;
}
</style>
border-color css
<style>
span { border-color: #F308E6; }
span { border-color: rgb(243,8,230); }
td.TdClassName
{
border-color: #F308E6;
}
.TagClassName
{
border-color: #F308E6;
}
</style>