Shades of Magenta #F308E8
Tints of Magenta #F308E8
RGB
CMYK
RGB Variations
Color information
#F308E8 (or 0xF308E8) is known color: Magenta. HEX triplet: F3, 08 and E8. RGB value is (243,8,232). Sum of RGB (Red+Green+Blue) = 243+8+232=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 8 (3.52% from 255 or 1.66% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F308E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F308E8 is #0CF717. Grayscale: #676767. Windows color (decimal): -849688 or 15206643. OLE color: 15206643.
HSL color Cylindrical-coordinate representation of color #F308E8: hue angle of 302.81º 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 #F308E8 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 232 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.05 |
| HSL | 302.81º | 0.94% | 0.49% | - |
| HSV(B) | 302.81º | 0.97% | 0.95% | - |
| XYZ | 51.61 | 25.05 | 78.46 | - |
| YUV | 103.8 | 200.36 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 232 | 0 | 0.97 | 0.05 | 0.05 | 302.81 | 0.94 | 0.49 |
| Hex | F3 | 8 | E8 | 0 | 61 | 5 | 5 | 12F | 5E | 31 |
| Octal | 363 | 10 | 350 | 0 | 141 | 5 | 5 | 457 | 136 | 61 |
| Binary | 11110011 | 1000 | 11101000 | 0 | 1100001 | 101 | 101 | 100101111 | 1011110 | 110001 |
Color Harmonies of #F308E8
Complementary color
Monochromatic Colors of #F308E8
Black with #F308E8
Text Example
Text Example
White with #F308E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308E8; }
p { color: rgb(243,8,232); }
H1.HeaderClassName
{
color: #F308E8;
}
.AnyTagClassName
{
color: #F308E8;
}
</style>
background-color css
<style>
a { background-color: #F308E8; }
a { background-color: rgb(243,8,232); }
div.DivClassName
{
background-color: #F308E8;
}
.BgClassName
{
background-color: #F308E8;
}
</style>
border-color css
<style>
span { border-color: #F308E8; }
span { border-color: rgb(243,8,232); }
td.TdClassName
{
border-color: #F308E8;
}
.TagClassName
{
border-color: #F308E8;
}
</style>