Shades of Magenta #F300EE
Tints of Magenta #F300EE
RGB
CMYK
RGB Variations
Color information
#F300EE (or 0xF300EE) is known color: Magenta. HEX triplet: F3, 00 and EE. RGB value is (243,0,238). Sum of RGB (Red+Green+Blue) = 243+0+238=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F300EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300EE is #0CFF11. Grayscale: #636363. Windows color (decimal): -851730 or 15597811. OLE color: 15597811.
HSL color Cylindrical-coordinate representation of color #F300EE: hue angle of 301.23º 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 #F300EE is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 238 | - |
| CMYK | 0 | 1 | 0.02 | 0.05 |
| HSL | 301.23º | 1% | 0.48% | - |
| HSV(B) | 301.23º | 1% | 0.95% | - |
| XYZ | 52.39 | 25.23 | 83 | - |
| YUV | 99.79 | 206.01 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 238 | 0 | 1 | 0.02 | 0.05 | 301.23 | 1 | 0.48 |
| Hex | F3 | 0 | EE | 0 | 64 | 2 | 5 | 12D | 64 | 30 |
| Octal | 363 | 0 | 356 | 0 | 144 | 2 | 5 | 455 | 144 | 60 |
| Binary | 11110011 | 0 | 11101110 | 0 | 1100100 | 10 | 101 | 100101101 | 1100100 | 110000 |
Color Harmonies of #F300EE
Complementary color
Monochromatic Colors of #F300EE
Black with #F300EE
Text Example
Text Example
White with #F300EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300EE; }
p { color: rgb(243,0,238); }
H1.HeaderClassName
{
color: #F300EE;
}
.AnyTagClassName
{
color: #F300EE;
}
</style>
background-color css
<style>
a { background-color: #F300EE; }
a { background-color: rgb(243,0,238); }
div.DivClassName
{
background-color: #F300EE;
}
.BgClassName
{
background-color: #F300EE;
}
</style>
border-color css
<style>
span { border-color: #F300EE; }
span { border-color: rgb(243,0,238); }
td.TdClassName
{
border-color: #F300EE;
}
.TagClassName
{
border-color: #F300EE;
}
</style>