Shades of Magenta #F227F7
Tints of Magenta #F227F7
RGB
CMYK
RGB Variations
Color information
#F227F7 (or 0xF227F7) is known color: Magenta. HEX triplet: F2, 27 and F7. RGB value is (242,39,247). Sum of RGB (Red+Green+Blue) = 242+39+247=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 39 (15.62% from 255 or 7.39% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #F227F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F227F7 is #0DD808. Grayscale: #7A7A7A. Windows color (decimal): -907273 or 16197618. OLE color: 16197618.
HSL color Cylindrical-coordinate representation of color #F227F7: hue angle of 298.56º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F227F7 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 39 | 247 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.03 |
| HSL | 298.56º | 0.93% | 0.56% | - |
| HSV(B) | 298.56º | 0.84% | 0.97% | - |
| XYZ | 54.13 | 27.04 | 90.36 | - |
| YUV | 123.41 | 197.75 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 247 | 0.02 | 0.84 | 0 | 0.03 | 298.56 | 0.93 | 0.56 |
| Hex | F2 | 27 | F7 | 2 | 54 | 0 | 3 | 12B | 5D | 38 |
| Octal | 362 | 47 | 367 | 2 | 124 | 0 | 3 | 453 | 135 | 70 |
| Binary | 11110010 | 100111 | 11110111 | 10 | 1010100 | 0 | 11 | 100101011 | 1011101 | 111000 |
Color Harmonies of #F227F7
Complementary color
Monochromatic Colors of #F227F7
Black with #F227F7
Text Example
Text Example
White with #F227F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227F7; }
p { color: rgb(242,39,247); }
H1.HeaderClassName
{
color: #F227F7;
}
.AnyTagClassName
{
color: #F227F7;
}
</style>
background-color css
<style>
a { background-color: #F227F7; }
a { background-color: rgb(242,39,247); }
div.DivClassName
{
background-color: #F227F7;
}
.BgClassName
{
background-color: #F227F7;
}
</style>
border-color css
<style>
span { border-color: #F227F7; }
span { border-color: rgb(242,39,247); }
td.TdClassName
{
border-color: #F227F7;
}
.TagClassName
{
border-color: #F227F7;
}
</style>