Shades of Magenta #F902EF
Tints of Magenta #F902EF
RGB
CMYK
RGB Variations
Color information
#F902EF (or 0xF902EF) is known color: Magenta. HEX triplet: F9, 02 and EF. RGB value is (249,2,239). Sum of RGB (Red+Green+Blue) = 249+2+239=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 2 (1.17% from 255 or 0.41% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F902EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F902EF is #06FD10. Grayscale: #666666. Windows color (decimal): -458001 or 15663865. OLE color: 15663865.
HSL color Cylindrical-coordinate representation of color #F902EF: hue angle of 302.43º 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 #F902EF is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 239 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.02 |
| HSL | 302.43º | 0.98% | 0.49% | - |
| HSV(B) | 302.43º | 0.99% | 0.98% | - |
| XYZ | 54.67 | 26.42 | 83.88 | - |
| YUV | 102.87 | 204.83 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 239 | 0 | 0.99 | 0.04 | 0.02 | 302.43 | 0.98 | 0.49 |
| Hex | F9 | 2 | EF | 0 | 63 | 4 | 2 | 12E | 62 | 31 |
| Octal | 371 | 2 | 357 | 0 | 143 | 4 | 2 | 456 | 142 | 61 |
| Binary | 11111001 | 10 | 11101111 | 0 | 1100011 | 100 | 10 | 100101110 | 1100010 | 110001 |
Color Harmonies of #F902EF
Complementary color
Monochromatic Colors of #F902EF
Black with #F902EF
Text Example
Text Example
White with #F902EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902EF; }
p { color: rgb(249,2,239); }
H1.HeaderClassName
{
color: #F902EF;
}
.AnyTagClassName
{
color: #F902EF;
}
</style>
background-color css
<style>
a { background-color: #F902EF; }
a { background-color: rgb(249,2,239); }
div.DivClassName
{
background-color: #F902EF;
}
.BgClassName
{
background-color: #F902EF;
}
</style>
border-color css
<style>
span { border-color: #F902EF; }
span { border-color: rgb(249,2,239); }
td.TdClassName
{
border-color: #F902EF;
}
.TagClassName
{
border-color: #F902EF;
}
</style>