Shades of Magenta #F902ED
Tints of Magenta #F902ED
RGB
CMYK
RGB Variations
Color information
#F902ED (or 0xF902ED) is known color: Magenta. HEX triplet: F9, 02 and ED. RGB value is (249,2,237). Sum of RGB (Red+Green+Blue) = 249+2+237=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 2 (1.17% from 255 or 0.41% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F902ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F902ED is #06FD12. Grayscale: #656565. Windows color (decimal): -458003 or 15532793. OLE color: 15532793.
HSL color Cylindrical-coordinate representation of color #F902ED: hue angle of 302.91º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F902ED is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 237 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.02 |
| HSL | 302.92º | 0.98% | 0.49% | - |
| HSV(B) | 302.92º | 0.99% | 0.98% | - |
| XYZ | 54.37 | 26.3 | 82.33 | - |
| YUV | 102.64 | 203.83 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 237 | 0 | 0.99 | 0.05 | 0.02 | 302.92 | 0.98 | 0.49 |
| Hex | F9 | 2 | ED | 0 | 63 | 5 | 2 | 12F | 62 | 31 |
| Octal | 371 | 2 | 355 | 0 | 143 | 5 | 2 | 457 | 142 | 61 |
| Binary | 11111001 | 10 | 11101101 | 0 | 1100011 | 101 | 10 | 100101111 | 1100010 | 110001 |
Color Harmonies of #F902ED
Complementary color
Monochromatic Colors of #F902ED
Black with #F902ED
Text Example
Text Example
White with #F902ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902ED; }
p { color: rgb(249,2,237); }
H1.HeaderClassName
{
color: #F902ED;
}
.AnyTagClassName
{
color: #F902ED;
}
</style>
background-color css
<style>
a { background-color: #F902ED; }
a { background-color: rgb(249,2,237); }
div.DivClassName
{
background-color: #F902ED;
}
.BgClassName
{
background-color: #F902ED;
}
</style>
border-color css
<style>
span { border-color: #F902ED; }
span { border-color: rgb(249,2,237); }
td.TdClassName
{
border-color: #F902ED;
}
.TagClassName
{
border-color: #F902ED;
}
</style>