Shades of Magenta #F228FE
Tints of Magenta #F228FE
RGB
CMYK
RGB Variations
Color information
#F228FE (or 0xF228FE) is known color: Magenta. HEX triplet: F2, 28 and FE. RGB value is (242,40,254). Sum of RGB (Red+Green+Blue) = 242+40+254=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 40 (16.02% from 255 or 7.46% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #F228FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F228FE is #0DD701. Grayscale: #7C7C7C. Windows color (decimal): -907010 or 16656626. OLE color: 16656626.
HSL color Cylindrical-coordinate representation of color #F228FE: hue angle of 296.64º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F228FE is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 40 | 254 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.00 |
| HSL | 296.64º | 0.99% | 0.58% | - |
| HSV(B) | 296.64º | 0.84% | 1% | - |
| XYZ | 55.27 | 27.55 | 96.17 | - |
| YUV | 124.79 | 200.92 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 254 | 0.05 | 0.84 | 0 | 0.00 | 296.64 | 0.99 | 0.58 |
| Hex | F2 | 28 | FE | 5 | 54 | 0 | 0 | 129 | 63 | 3A |
| Octal | 362 | 50 | 376 | 5 | 124 | 0 | 0 | 451 | 143 | 72 |
| Binary | 11110010 | 101000 | 11111110 | 101 | 1010100 | 0 | 0 | 100101001 | 1100011 | 111010 |
Color Harmonies of #F228FE
Complementary color
Monochromatic Colors of #F228FE
Black with #F228FE
Text Example
Text Example
White with #F228FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F228FE; }
p { color: rgb(242,40,254); }
H1.HeaderClassName
{
color: #F228FE;
}
.AnyTagClassName
{
color: #F228FE;
}
</style>
background-color css
<style>
a { background-color: #F228FE; }
a { background-color: rgb(242,40,254); }
div.DivClassName
{
background-color: #F228FE;
}
.BgClassName
{
background-color: #F228FE;
}
</style>
border-color css
<style>
span { border-color: #F228FE; }
span { border-color: rgb(242,40,254); }
td.TdClassName
{
border-color: #F228FE;
}
.TagClassName
{
border-color: #F228FE;
}
</style>