Shades of Magenta #F227FF
Tints of Magenta #F227FF
RGB
CMYK
RGB Variations
Color information
#F227FF (or 0xF227FF) is known color: Magenta. HEX triplet: F2, 27 and FF. RGB value is (242,39,255). Sum of RGB (Red+Green+Blue) = 242+39+255=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 39 (15.62% from 255 or 7.28% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #F227FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F227FF is #0DD800. Grayscale: #7B7B7B. Windows color (decimal): -907265 or 16721906. OLE color: 16721906.
HSL color Cylindrical-coordinate representation of color #F227FF: hue angle of 296.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F227FF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 39 | 255 | - |
| CMYK | 0.05 | 0.85 | 0 | 0 |
| HSL | 296.39º | 1% | 0.58% | - |
| HSV(B) | 296.39º | 0.85% | 1% | - |
| XYZ | 55.39 | 27.55 | 97.01 | - |
| YUV | 124.32 | 201.75 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 255 | 0.05 | 0.85 | 0 | 0 | 296.39 | 1 | 0.58 |
| Hex | F2 | 27 | FF | 5 | 55 | 0 | 0 | 128 | 64 | 3A |
| Octal | 362 | 47 | 377 | 5 | 125 | 0 | 0 | 450 | 144 | 72 |
| Binary | 11110010 | 100111 | 11111111 | 101 | 1010101 | 0 | 0 | 100101000 | 1100100 | 111010 |
Color Harmonies of #F227FF
Complementary color
Monochromatic Colors of #F227FF
Black with #F227FF
Text Example
Text Example
White with #F227FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227FF; }
p { color: rgb(242,39,255); }
H1.HeaderClassName
{
color: #F227FF;
}
.AnyTagClassName
{
color: #F227FF;
}
</style>
background-color css
<style>
a { background-color: #F227FF; }
a { background-color: rgb(242,39,255); }
div.DivClassName
{
background-color: #F227FF;
}
.BgClassName
{
background-color: #F227FF;
}
</style>
border-color css
<style>
span { border-color: #F227FF; }
span { border-color: rgb(242,39,255); }
td.TdClassName
{
border-color: #F227FF;
}
.TagClassName
{
border-color: #F227FF;
}
</style>