Shades of Magenta #F300E7
Tints of Magenta #F300E7
RGB
CMYK
RGB Variations
Color information
#F300E7 (or 0xF300E7) is known color: Magenta. HEX triplet: F3, 00 and E7. RGB value is (243,0,231). Sum of RGB (Red+Green+Blue) = 243+0+231=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F300E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300E7 is #0CFF18. Grayscale: #626262. Windows color (decimal): -851737 or 15139059. OLE color: 15139059.
HSL color Cylindrical-coordinate representation of color #F300E7: hue angle of 302.96º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300E7 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 231 | - |
| CMYK | 0 | 1 | 0.05 | 0.05 |
| HSL | 302.96º | 1% | 0.48% | - |
| HSV(B) | 302.96º | 1% | 0.95% | - |
| XYZ | 51.39 | 24.82 | 77.68 | - |
| YUV | 98.99 | 202.51 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 231 | 0 | 1 | 0.05 | 0.05 | 302.96 | 1 | 0.48 |
| Hex | F3 | 0 | E7 | 0 | 64 | 5 | 5 | 12F | 64 | 30 |
| Octal | 363 | 0 | 347 | 0 | 144 | 5 | 5 | 457 | 144 | 60 |
| Binary | 11110011 | 0 | 11100111 | 0 | 1100100 | 101 | 101 | 100101111 | 1100100 | 110000 |
Color Harmonies of #F300E7
Complementary color
Monochromatic Colors of #F300E7
Black with #F300E7
Text Example
Text Example
White with #F300E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300E7; }
p { color: rgb(243,0,231); }
H1.HeaderClassName
{
color: #F300E7;
}
.AnyTagClassName
{
color: #F300E7;
}
</style>
background-color css
<style>
a { background-color: #F300E7; }
a { background-color: rgb(243,0,231); }
div.DivClassName
{
background-color: #F300E7;
}
.BgClassName
{
background-color: #F300E7;
}
</style>
border-color css
<style>
span { border-color: #F300E7; }
span { border-color: rgb(243,0,231); }
td.TdClassName
{
border-color: #F300E7;
}
.TagClassName
{
border-color: #F300E7;
}
</style>