Shades of Magenta #F303EE
Tints of Magenta #F303EE
RGB
CMYK
RGB Variations
Color information
#F303EE (or 0xF303EE) is known color: Magenta. HEX triplet: F3, 03 and EE. RGB value is (243,3,238). Sum of RGB (Red+Green+Blue) = 243+3+238=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 3 (1.56% from 255 or 0.62% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F303EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F303EE is #0CFC11. Grayscale: #646464. Windows color (decimal): -850962 or 15598579. OLE color: 15598579.
HSL color Cylindrical-coordinate representation of color #F303EE: hue angle of 301.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F303EE is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 238 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.05 |
| HSL | 301.25º | 0.98% | 0.48% | - |
| HSV(B) | 301.25º | 0.99% | 0.95% | - |
| XYZ | 52.43 | 25.29 | 83.01 | - |
| YUV | 101.55 | 205.01 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 238 | 0 | 0.99 | 0.02 | 0.05 | 301.25 | 0.98 | 0.48 |
| Hex | F3 | 3 | EE | 0 | 63 | 2 | 5 | 12D | 62 | 30 |
| Octal | 363 | 3 | 356 | 0 | 143 | 2 | 5 | 455 | 142 | 60 |
| Binary | 11110011 | 11 | 11101110 | 0 | 1100011 | 10 | 101 | 100101101 | 1100010 | 110000 |
Color Harmonies of #F303EE
Complementary color
Monochromatic Colors of #F303EE
Black with #F303EE
Text Example
Text Example
White with #F303EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303EE; }
p { color: rgb(243,3,238); }
H1.HeaderClassName
{
color: #F303EE;
}
.AnyTagClassName
{
color: #F303EE;
}
</style>
background-color css
<style>
a { background-color: #F303EE; }
a { background-color: rgb(243,3,238); }
div.DivClassName
{
background-color: #F303EE;
}
.BgClassName
{
background-color: #F303EE;
}
</style>
border-color css
<style>
span { border-color: #F303EE; }
span { border-color: rgb(243,3,238); }
td.TdClassName
{
border-color: #F303EE;
}
.TagClassName
{
border-color: #F303EE;
}
</style>