Shades of Magenta #F229F9
Tints of Magenta #F229F9
RGB
CMYK
RGB Variations
Color information
#F229F9 (or 0xF229F9) is known color: Magenta. HEX triplet: F2, 29 and F9. RGB value is (242,41,249). Sum of RGB (Red+Green+Blue) = 242+41+249=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 41 (16.41% from 255 or 7.71% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #F229F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F229F9 is #0DD606. Grayscale: #7C7C7C. Windows color (decimal): -906759 or 16329202. OLE color: 16329202.
HSL color Cylindrical-coordinate representation of color #F229F9: hue angle of 297.98º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F229F9 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 41 | 249 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.02 |
| HSL | 297.98º | 0.95% | 0.57% | - |
| HSV(B) | 297.98º | 0.84% | 0.98% | - |
| XYZ | 54.51 | 27.3 | 92.02 | - |
| YUV | 124.81 | 198.09 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 249 | 0.03 | 0.84 | 0 | 0.02 | 297.98 | 0.95 | 0.57 |
| Hex | F2 | 29 | F9 | 3 | 54 | 0 | 2 | 12A | 5F | 39 |
| Octal | 362 | 51 | 371 | 3 | 124 | 0 | 2 | 452 | 137 | 71 |
| Binary | 11110010 | 101001 | 11111001 | 11 | 1010100 | 0 | 10 | 100101010 | 1011111 | 111001 |
Color Harmonies of #F229F9
Complementary color
Monochromatic Colors of #F229F9
Black with #F229F9
Text Example
Text Example
White with #F229F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229F9; }
p { color: rgb(242,41,249); }
H1.HeaderClassName
{
color: #F229F9;
}
.AnyTagClassName
{
color: #F229F9;
}
</style>
background-color css
<style>
a { background-color: #F229F9; }
a { background-color: rgb(242,41,249); }
div.DivClassName
{
background-color: #F229F9;
}
.BgClassName
{
background-color: #F229F9;
}
</style>
border-color css
<style>
span { border-color: #F229F9; }
span { border-color: rgb(242,41,249); }
td.TdClassName
{
border-color: #F229F9;
}
.TagClassName
{
border-color: #F229F9;
}
</style>