Shades of Magenta #F902F2
Tints of Magenta #F902F2
RGB
CMYK
RGB Variations
Color information
#F902F2 (or 0xF902F2) is known color: Magenta. HEX triplet: F9, 02 and F2. RGB value is (249,2,242). Sum of RGB (Red+Green+Blue) = 249+2+242=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 2 (1.17% from 255 or 0.41% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F902F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F902F2 is #06FD0D. Grayscale: #666666. Windows color (decimal): -457998 or 15860473. OLE color: 15860473.
HSL color Cylindrical-coordinate representation of color #F902F2: hue angle of 301.7º 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 #F902F2 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 242 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.02 |
| HSL | 301.7º | 0.98% | 0.49% | - |
| HSV(B) | 301.7º | 0.99% | 0.98% | - |
| XYZ | 55.12 | 26.59 | 86.23 | - |
| YUV | 103.21 | 206.33 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 242 | 0 | 0.99 | 0.03 | 0.02 | 301.7 | 0.98 | 0.49 |
| Hex | F9 | 2 | F2 | 0 | 63 | 3 | 2 | 12E | 62 | 31 |
| Octal | 371 | 2 | 362 | 0 | 143 | 3 | 2 | 456 | 142 | 61 |
| Binary | 11111001 | 10 | 11110010 | 0 | 1100011 | 11 | 10 | 100101110 | 1100010 | 110001 |
Color Harmonies of #F902F2
Complementary color
Monochromatic Colors of #F902F2
Black with #F902F2
Text Example
Text Example
White with #F902F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902F2; }
p { color: rgb(249,2,242); }
H1.HeaderClassName
{
color: #F902F2;
}
.AnyTagClassName
{
color: #F902F2;
}
</style>
background-color css
<style>
a { background-color: #F902F2; }
a { background-color: rgb(249,2,242); }
div.DivClassName
{
background-color: #F902F2;
}
.BgClassName
{
background-color: #F902F2;
}
</style>
border-color css
<style>
span { border-color: #F902F2; }
span { border-color: rgb(249,2,242); }
td.TdClassName
{
border-color: #F902F2;
}
.TagClassName
{
border-color: #F902F2;
}
</style>