Shades of Magenta #F232F9
Tints of Magenta #F232F9
RGB
CMYK
RGB Variations
Color information
#F232F9 (or 0xF232F9) is known color: Magenta. HEX triplet: F2, 32 and F9. RGB value is (242,50,249). Sum of RGB (Red+Green+Blue) = 242+50+249=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 50 (19.92% from 255 or 9.24% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #F232F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F232F9 is #0DCD06. Grayscale: #818181. Windows color (decimal): -904455 or 16331506. OLE color: 16331506.
HSL color Cylindrical-coordinate representation of color #F232F9: hue angle of 297.89º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F232F9 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 50 | 249 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.02 |
| HSL | 297.89º | 0.94% | 0.59% | - |
| HSV(B) | 297.89º | 0.8% | 0.98% | - |
| XYZ | 54.86 | 28 | 92.14 | - |
| YUV | 130.09 | 195.11 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 249 | 0.03 | 0.80 | 0 | 0.02 | 297.89 | 0.94 | 0.59 |
| Hex | F2 | 32 | F9 | 3 | 50 | 0 | 2 | 12A | 5E | 3B |
| Octal | 362 | 62 | 371 | 3 | 120 | 0 | 2 | 452 | 136 | 73 |
| Binary | 11110010 | 110010 | 11111001 | 11 | 1010000 | 0 | 10 | 100101010 | 1011110 | 111011 |
Color Harmonies of #F232F9
Complementary color
Monochromatic Colors of #F232F9
Black with #F232F9
Text Example
Text Example
White with #F232F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F232F9; }
p { color: rgb(242,50,249); }
H1.HeaderClassName
{
color: #F232F9;
}
.AnyTagClassName
{
color: #F232F9;
}
</style>
background-color css
<style>
a { background-color: #F232F9; }
a { background-color: rgb(242,50,249); }
div.DivClassName
{
background-color: #F232F9;
}
.BgClassName
{
background-color: #F232F9;
}
</style>
border-color css
<style>
span { border-color: #F232F9; }
span { border-color: rgb(242,50,249); }
td.TdClassName
{
border-color: #F232F9;
}
.TagClassName
{
border-color: #F232F9;
}
</style>