Shades of Magenta #F227F8
Tints of Magenta #F227F8
RGB
CMYK
RGB Variations
Color information
#F227F8 (or 0xF227F8) is known color: Magenta. HEX triplet: F2, 27 and F8. RGB value is (242,39,248). Sum of RGB (Red+Green+Blue) = 242+39+248=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 39 (15.62% from 255 or 7.37% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #F227F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F227F8 is #0DD807. Grayscale: #7A7A7A. Windows color (decimal): -907272 or 16263154. OLE color: 16263154.
HSL color Cylindrical-coordinate representation of color #F227F8: hue angle of 298.28º degrees, saturation: 0.94, 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 #F227F8 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 39 | 248 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.03 |
| HSL | 298.28º | 0.94% | 0.56% | - |
| HSV(B) | 298.28º | 0.84% | 0.97% | - |
| XYZ | 54.29 | 27.11 | 91.18 | - |
| YUV | 123.52 | 198.25 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 248 | 0.02 | 0.84 | 0 | 0.03 | 298.28 | 0.94 | 0.56 |
| Hex | F2 | 27 | F8 | 2 | 54 | 0 | 3 | 12A | 5E | 38 |
| Octal | 362 | 47 | 370 | 2 | 124 | 0 | 3 | 452 | 136 | 70 |
| Binary | 11110010 | 100111 | 11111000 | 10 | 1010100 | 0 | 11 | 100101010 | 1011110 | 111000 |
Color Harmonies of #F227F8
Complementary color
Monochromatic Colors of #F227F8
Black with #F227F8
Text Example
Text Example
White with #F227F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227F8; }
p { color: rgb(242,39,248); }
H1.HeaderClassName
{
color: #F227F8;
}
.AnyTagClassName
{
color: #F227F8;
}
</style>
background-color css
<style>
a { background-color: #F227F8; }
a { background-color: rgb(242,39,248); }
div.DivClassName
{
background-color: #F227F8;
}
.BgClassName
{
background-color: #F227F8;
}
</style>
border-color css
<style>
span { border-color: #F227F8; }
span { border-color: rgb(242,39,248); }
td.TdClassName
{
border-color: #F227F8;
}
.TagClassName
{
border-color: #F227F8;
}
</style>