Shades of Magenta #F302EE
Tints of Magenta #F302EE
RGB
CMYK
RGB Variations
Color information
#F302EE (or 0xF302EE) is known color: Magenta. HEX triplet: F3, 02 and EE. RGB value is (243,2,238). Sum of RGB (Red+Green+Blue) = 243+2+238=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 2 (1.17% from 255 or 0.41% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F302EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F302EE is #0CFD11. Grayscale: #646464. Windows color (decimal): -851218 or 15598323. OLE color: 15598323.
HSL color Cylindrical-coordinate representation of color #F302EE: hue angle of 301.24º 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 #F302EE is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 238 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.05 |
| HSL | 301.24º | 0.98% | 0.48% | - |
| HSV(B) | 301.24º | 0.99% | 0.95% | - |
| XYZ | 52.42 | 25.27 | 83 | - |
| YUV | 100.96 | 205.34 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 238 | 0 | 0.99 | 0.02 | 0.05 | 301.24 | 0.98 | 0.48 |
| Hex | F3 | 2 | EE | 0 | 63 | 2 | 5 | 12D | 62 | 30 |
| Octal | 363 | 2 | 356 | 0 | 143 | 2 | 5 | 455 | 142 | 60 |
| Binary | 11110011 | 10 | 11101110 | 0 | 1100011 | 10 | 101 | 100101101 | 1100010 | 110000 |
Color Harmonies of #F302EE
Complementary color
Monochromatic Colors of #F302EE
Black with #F302EE
Text Example
Text Example
White with #F302EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302EE; }
p { color: rgb(243,2,238); }
H1.HeaderClassName
{
color: #F302EE;
}
.AnyTagClassName
{
color: #F302EE;
}
</style>
background-color css
<style>
a { background-color: #F302EE; }
a { background-color: rgb(243,2,238); }
div.DivClassName
{
background-color: #F302EE;
}
.BgClassName
{
background-color: #F302EE;
}
</style>
border-color css
<style>
span { border-color: #F302EE; }
span { border-color: rgb(243,2,238); }
td.TdClassName
{
border-color: #F302EE;
}
.TagClassName
{
border-color: #F302EE;
}
</style>