Shades of Magenta #F227FC
Tints of Magenta #F227FC
RGB
CMYK
RGB Variations
Color information
#F227FC (or 0xF227FC) is known color: Magenta. HEX triplet: F2, 27 and FC. RGB value is (242,39,252). Sum of RGB (Red+Green+Blue) = 242+39+252=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 39 (15.62% from 255 or 7.32% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #F227FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F227FC is #0DD803. Grayscale: #7B7B7B. Windows color (decimal): -907268 or 16525298. OLE color: 16525298.
HSL color Cylindrical-coordinate representation of color #F227FC: hue angle of 297.18º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F227FC is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 39 | 252 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.01 |
| HSL | 297.18º | 0.97% | 0.57% | - |
| HSV(B) | 297.18º | 0.85% | 0.99% | - |
| XYZ | 54.91 | 27.36 | 94.48 | - |
| YUV | 123.98 | 200.25 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 252 | 0.04 | 0.85 | 0 | 0.01 | 297.18 | 0.97 | 0.57 |
| Hex | F2 | 27 | FC | 4 | 55 | 0 | 1 | 129 | 61 | 39 |
| Octal | 362 | 47 | 374 | 4 | 125 | 0 | 1 | 451 | 141 | 71 |
| Binary | 11110010 | 100111 | 11111100 | 100 | 1010101 | 0 | 1 | 100101001 | 1100001 | 111001 |
Color Harmonies of #F227FC
Complementary color
Monochromatic Colors of #F227FC
Black with #F227FC
Text Example
Text Example
White with #F227FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227FC; }
p { color: rgb(242,39,252); }
H1.HeaderClassName
{
color: #F227FC;
}
.AnyTagClassName
{
color: #F227FC;
}
</style>
background-color css
<style>
a { background-color: #F227FC; }
a { background-color: rgb(242,39,252); }
div.DivClassName
{
background-color: #F227FC;
}
.BgClassName
{
background-color: #F227FC;
}
</style>
border-color css
<style>
span { border-color: #F227FC; }
span { border-color: rgb(242,39,252); }
td.TdClassName
{
border-color: #F227FC;
}
.TagClassName
{
border-color: #F227FC;
}
</style>