Shades of Magenta #F223FE
Tints of Magenta #F223FE
RGB
CMYK
RGB Variations
Color information
#F223FE (or 0xF223FE) is known color: Magenta. HEX triplet: F2, 23 and FE. RGB value is (242,35,254). Sum of RGB (Red+Green+Blue) = 242+35+254=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 35 (14.06% from 255 or 6.59% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #F223FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F223FE is #0DDC01. Grayscale: #797979. Windows color (decimal): -908290 or 16655346. OLE color: 16655346.
HSL color Cylindrical-coordinate representation of color #F223FE: hue angle of 296.71º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F223FE is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 35 | 254 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.00 |
| HSL | 296.71º | 0.99% | 0.57% | - |
| HSV(B) | 296.71º | 0.86% | 1% | - |
| XYZ | 55.11 | 27.24 | 96.12 | - |
| YUV | 121.86 | 202.58 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 254 | 0.05 | 0.86 | 0 | 0.00 | 296.71 | 0.99 | 0.57 |
| Hex | F2 | 23 | FE | 5 | 56 | 0 | 0 | 129 | 63 | 39 |
| Octal | 362 | 43 | 376 | 5 | 126 | 0 | 0 | 451 | 143 | 71 |
| Binary | 11110010 | 100011 | 11111110 | 101 | 1010110 | 0 | 0 | 100101001 | 1100011 | 111001 |
Color Harmonies of #F223FE
Complementary color
Monochromatic Colors of #F223FE
Black with #F223FE
Text Example
Text Example
White with #F223FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223FE; }
p { color: rgb(242,35,254); }
H1.HeaderClassName
{
color: #F223FE;
}
.AnyTagClassName
{
color: #F223FE;
}
</style>
background-color css
<style>
a { background-color: #F223FE; }
a { background-color: rgb(242,35,254); }
div.DivClassName
{
background-color: #F223FE;
}
.BgClassName
{
background-color: #F223FE;
}
</style>
border-color css
<style>
span { border-color: #F223FE; }
span { border-color: rgb(242,35,254); }
td.TdClassName
{
border-color: #F223FE;
}
.TagClassName
{
border-color: #F223FE;
}
</style>