Shades of Magenta #F308E7
Tints of Magenta #F308E7
RGB
CMYK
RGB Variations
Color information
#F308E7 (or 0xF308E7) is known color: Magenta. HEX triplet: F3, 08 and E7. RGB value is (243,8,231). Sum of RGB (Red+Green+Blue) = 243+8+231=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 8 (3.52% from 255 or 1.66% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F308E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F308E7 is #0CF718. Grayscale: #676767. Windows color (decimal): -849689 or 15141107. OLE color: 15141107.
HSL color Cylindrical-coordinate representation of color #F308E7: hue angle of 303.06º 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 #F308E7 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 231 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.05 |
| HSL | 303.06º | 0.94% | 0.49% | - |
| HSV(B) | 303.06º | 0.97% | 0.95% | - |
| XYZ | 51.47 | 25 | 77.71 | - |
| YUV | 103.69 | 199.86 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 231 | 0 | 0.97 | 0.05 | 0.05 | 303.06 | 0.94 | 0.49 |
| Hex | F3 | 8 | E7 | 0 | 61 | 5 | 5 | 12F | 5E | 31 |
| Octal | 363 | 10 | 347 | 0 | 141 | 5 | 5 | 457 | 136 | 61 |
| Binary | 11110011 | 1000 | 11100111 | 0 | 1100001 | 101 | 101 | 100101111 | 1011110 | 110001 |
Color Harmonies of #F308E7
Complementary color
Monochromatic Colors of #F308E7
Black with #F308E7
Text Example
Text Example
White with #F308E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308E7; }
p { color: rgb(243,8,231); }
H1.HeaderClassName
{
color: #F308E7;
}
.AnyTagClassName
{
color: #F308E7;
}
</style>
background-color css
<style>
a { background-color: #F308E7; }
a { background-color: rgb(243,8,231); }
div.DivClassName
{
background-color: #F308E7;
}
.BgClassName
{
background-color: #F308E7;
}
</style>
border-color css
<style>
span { border-color: #F308E7; }
span { border-color: rgb(243,8,231); }
td.TdClassName
{
border-color: #F308E7;
}
.TagClassName
{
border-color: #F308E7;
}
</style>