Shades of Magenta #F226F3
Tints of Magenta #F226F3
RGB
CMYK
RGB Variations
Color information
#F226F3 (or 0xF226F3) is known color: Magenta. HEX triplet: F2, 26 and F3. RGB value is (242,38,243). Sum of RGB (Red+Green+Blue) = 242+38+243=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 38 (15.23% from 255 or 7.27% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #F226F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F226F3 is #0DD90C. Grayscale: #797979. Windows color (decimal): -907533 or 15935218. OLE color: 15935218.
HSL color Cylindrical-coordinate representation of color #F226F3: hue angle of 299.71º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F226F3 is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 243 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.05 |
| HSL | 299.71º | 0.9% | 0.55% | - |
| HSV(B) | 299.71º | 0.84% | 0.95% | - |
| XYZ | 53.49 | 26.73 | 87.14 | - |
| YUV | 122.37 | 196.09 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 243 | 0.00 | 0.84 | 0 | 0.05 | 299.71 | 0.9 | 0.55 |
| Hex | F2 | 26 | F3 | 0 | 54 | 0 | 5 | 12C | 5A | 37 |
| Octal | 362 | 46 | 363 | 0 | 124 | 0 | 5 | 454 | 132 | 67 |
| Binary | 11110010 | 100110 | 11110011 | 0 | 1010100 | 0 | 101 | 100101100 | 1011010 | 110111 |
Color Harmonies of #F226F3
Complementary color
Monochromatic Colors of #F226F3
Black with #F226F3
Text Example
Text Example
White with #F226F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F226F3; }
p { color: rgb(242,38,243); }
H1.HeaderClassName
{
color: #F226F3;
}
.AnyTagClassName
{
color: #F226F3;
}
</style>
background-color css
<style>
a { background-color: #F226F3; }
a { background-color: rgb(242,38,243); }
div.DivClassName
{
background-color: #F226F3;
}
.BgClassName
{
background-color: #F226F3;
}
</style>
border-color css
<style>
span { border-color: #F226F3; }
span { border-color: rgb(242,38,243); }
td.TdClassName
{
border-color: #F226F3;
}
.TagClassName
{
border-color: #F226F3;
}
</style>