Shades of Magenta #F902E8
Tints of Magenta #F902E8
RGB
CMYK
RGB Variations
Color information
#F902E8 (or 0xF902E8) is known color: Magenta. HEX triplet: F9, 02 and E8. RGB value is (249,2,232). Sum of RGB (Red+Green+Blue) = 249+2+232=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 2 (1.17% from 255 or 0.41% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F902E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F902E8 is #06FD17. Grayscale: #656565. Windows color (decimal): -458008 or 15205113. OLE color: 15205113.
HSL color Cylindrical-coordinate representation of color #F902E8: hue angle of 304.13º 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 #F902E8 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 232 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.02 |
| HSL | 304.13º | 0.98% | 0.49% | - |
| HSV(B) | 304.13º | 0.99% | 0.98% | - |
| XYZ | 53.65 | 26.01 | 78.54 | - |
| YUV | 102.07 | 201.33 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 232 | 0 | 0.99 | 0.07 | 0.02 | 304.13 | 0.98 | 0.49 |
| Hex | F9 | 2 | E8 | 0 | 63 | 7 | 2 | 130 | 62 | 31 |
| Octal | 371 | 2 | 350 | 0 | 143 | 7 | 2 | 460 | 142 | 61 |
| Binary | 11111001 | 10 | 11101000 | 0 | 1100011 | 111 | 10 | 100110000 | 1100010 | 110001 |
Color Harmonies of #F902E8
Complementary color
Monochromatic Colors of #F902E8
Black with #F902E8
Text Example
Text Example
White with #F902E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902E8; }
p { color: rgb(249,2,232); }
H1.HeaderClassName
{
color: #F902E8;
}
.AnyTagClassName
{
color: #F902E8;
}
</style>
background-color css
<style>
a { background-color: #F902E8; }
a { background-color: rgb(249,2,232); }
div.DivClassName
{
background-color: #F902E8;
}
.BgClassName
{
background-color: #F902E8;
}
</style>
border-color css
<style>
span { border-color: #F902E8; }
span { border-color: rgb(249,2,232); }
td.TdClassName
{
border-color: #F902E8;
}
.TagClassName
{
border-color: #F902E8;
}
</style>