Shades of Magenta #F229F6
Tints of Magenta #F229F6
RGB
CMYK
RGB Variations
Color information
#F229F6 (or 0xF229F6) is known color: Magenta. HEX triplet: F2, 29 and F6. RGB value is (242,41,246). Sum of RGB (Red+Green+Blue) = 242+41+246=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 41 (16.41% from 255 or 7.75% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #F229F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F229F6 is #0DD609. Grayscale: #7B7B7B. Windows color (decimal): -906762 or 16132594. OLE color: 16132594.
HSL color Cylindrical-coordinate representation of color #F229F6: hue angle of 298.83º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F229F6 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 41 | 246 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.04 |
| HSL | 298.83º | 0.92% | 0.56% | - |
| HSV(B) | 298.83º | 0.83% | 0.96% | - |
| XYZ | 54.05 | 27.12 | 89.57 | - |
| YUV | 124.47 | 196.59 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 246 | 0.02 | 0.83 | 0 | 0.04 | 298.83 | 0.92 | 0.56 |
| Hex | F2 | 29 | F6 | 2 | 53 | 0 | 4 | 12B | 5C | 38 |
| Octal | 362 | 51 | 366 | 2 | 123 | 0 | 4 | 453 | 134 | 70 |
| Binary | 11110010 | 101001 | 11110110 | 10 | 1010011 | 0 | 100 | 100101011 | 1011100 | 111000 |
Color Harmonies of #F229F6
Complementary color
Monochromatic Colors of #F229F6
Black with #F229F6
Text Example
Text Example
White with #F229F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229F6; }
p { color: rgb(242,41,246); }
H1.HeaderClassName
{
color: #F229F6;
}
.AnyTagClassName
{
color: #F229F6;
}
</style>
background-color css
<style>
a { background-color: #F229F6; }
a { background-color: rgb(242,41,246); }
div.DivClassName
{
background-color: #F229F6;
}
.BgClassName
{
background-color: #F229F6;
}
</style>
border-color css
<style>
span { border-color: #F229F6; }
span { border-color: rgb(242,41,246); }
td.TdClassName
{
border-color: #F229F6;
}
.TagClassName
{
border-color: #F229F6;
}
</style>