Shades of Magenta #F402EE
Tints of Magenta #F402EE
RGB
CMYK
RGB Variations
Color information
#F402EE (or 0xF402EE) is known color: Magenta. HEX triplet: F4, 02 and EE. RGB value is (244,2,238). Sum of RGB (Red+Green+Blue) = 244+2+238=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 2 (1.17% from 255 or 0.41% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F402EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F402EE is #0BFD11. Grayscale: #646464. Windows color (decimal): -785682 or 15598324. OLE color: 15598324.
HSL color Cylindrical-coordinate representation of color #F402EE: hue angle of 301.49º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F402EE is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 238 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.04 |
| HSL | 301.49º | 0.98% | 0.48% | - |
| HSV(B) | 301.49º | 0.99% | 0.96% | - |
| XYZ | 52.76 | 25.45 | 83.02 | - |
| YUV | 101.26 | 205.17 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 238 | 0 | 0.99 | 0.02 | 0.04 | 301.49 | 0.98 | 0.48 |
| Hex | F4 | 2 | EE | 0 | 63 | 2 | 4 | 12D | 62 | 30 |
| Octal | 364 | 2 | 356 | 0 | 143 | 2 | 4 | 455 | 142 | 60 |
| Binary | 11110100 | 10 | 11101110 | 0 | 1100011 | 10 | 100 | 100101101 | 1100010 | 110000 |
Color Harmonies of #F402EE
Complementary color
Monochromatic Colors of #F402EE
Black with #F402EE
Text Example
Text Example
White with #F402EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F402EE; }
p { color: rgb(244,2,238); }
H1.HeaderClassName
{
color: #F402EE;
}
.AnyTagClassName
{
color: #F402EE;
}
</style>
background-color css
<style>
a { background-color: #F402EE; }
a { background-color: rgb(244,2,238); }
div.DivClassName
{
background-color: #F402EE;
}
.BgClassName
{
background-color: #F402EE;
}
</style>
border-color css
<style>
span { border-color: #F402EE; }
span { border-color: rgb(244,2,238); }
td.TdClassName
{
border-color: #F402EE;
}
.TagClassName
{
border-color: #F402EE;
}
</style>