Shades of Magenta #F229F7
Tints of Magenta #F229F7
RGB
CMYK
RGB Variations
Color information
#F229F7 (or 0xF229F7) is known color: Magenta. HEX triplet: F2, 29 and F7. RGB value is (242,41,247). Sum of RGB (Red+Green+Blue) = 242+41+247=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 41 (16.41% from 255 or 7.74% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #F229F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F229F7 is #0DD608. Grayscale: #7B7B7B. Windows color (decimal): -906761 or 16198130. OLE color: 16198130.
HSL color Cylindrical-coordinate representation of color #F229F7: hue angle of 298.54º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F229F7 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 41 | 247 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.03 |
| HSL | 298.54º | 0.93% | 0.56% | - |
| HSV(B) | 298.54º | 0.83% | 0.97% | - |
| XYZ | 54.2 | 27.18 | 90.39 | - |
| YUV | 124.58 | 197.09 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 247 | 0.02 | 0.83 | 0 | 0.03 | 298.54 | 0.93 | 0.56 |
| Hex | F2 | 29 | F7 | 2 | 53 | 0 | 3 | 12B | 5D | 38 |
| Octal | 362 | 51 | 367 | 2 | 123 | 0 | 3 | 453 | 135 | 70 |
| Binary | 11110010 | 101001 | 11110111 | 10 | 1010011 | 0 | 11 | 100101011 | 1011101 | 111000 |
Color Harmonies of #F229F7
Complementary color
Monochromatic Colors of #F229F7
Black with #F229F7
Text Example
Text Example
White with #F229F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229F7; }
p { color: rgb(242,41,247); }
H1.HeaderClassName
{
color: #F229F7;
}
.AnyTagClassName
{
color: #F229F7;
}
</style>
background-color css
<style>
a { background-color: #F229F7; }
a { background-color: rgb(242,41,247); }
div.DivClassName
{
background-color: #F229F7;
}
.BgClassName
{
background-color: #F229F7;
}
</style>
border-color css
<style>
span { border-color: #F229F7; }
span { border-color: rgb(242,41,247); }
td.TdClassName
{
border-color: #F229F7;
}
.TagClassName
{
border-color: #F229F7;
}
</style>