Shades of Magenta #F227FB
Tints of Magenta #F227FB
RGB
CMYK
RGB Variations
Color information
#F227FB (or 0xF227FB) is known color: Magenta. HEX triplet: F2, 27 and FB. RGB value is (242,39,251). Sum of RGB (Red+Green+Blue) = 242+39+251=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 39 (15.62% from 255 or 7.33% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #F227FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F227FB is #0DD804. Grayscale: #7B7B7B. Windows color (decimal): -907269 or 16459762. OLE color: 16459762.
HSL color Cylindrical-coordinate representation of color #F227FB: hue angle of 297.45º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F227FB is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 39 | 251 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.02 |
| HSL | 297.45º | 0.96% | 0.57% | - |
| HSV(B) | 297.45º | 0.84% | 0.98% | - |
| XYZ | 54.76 | 27.29 | 93.65 | - |
| YUV | 123.87 | 199.75 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 251 | 0.04 | 0.84 | 0 | 0.02 | 297.45 | 0.96 | 0.57 |
| Hex | F2 | 27 | FB | 4 | 54 | 0 | 2 | 129 | 60 | 39 |
| Octal | 362 | 47 | 373 | 4 | 124 | 0 | 2 | 451 | 140 | 71 |
| Binary | 11110010 | 100111 | 11111011 | 100 | 1010100 | 0 | 10 | 100101001 | 1100000 | 111001 |
Color Harmonies of #F227FB
Complementary color
Monochromatic Colors of #F227FB
Black with #F227FB
Text Example
Text Example
White with #F227FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227FB; }
p { color: rgb(242,39,251); }
H1.HeaderClassName
{
color: #F227FB;
}
.AnyTagClassName
{
color: #F227FB;
}
</style>
background-color css
<style>
a { background-color: #F227FB; }
a { background-color: rgb(242,39,251); }
div.DivClassName
{
background-color: #F227FB;
}
.BgClassName
{
background-color: #F227FB;
}
</style>
border-color css
<style>
span { border-color: #F227FB; }
span { border-color: rgb(242,39,251); }
td.TdClassName
{
border-color: #F227FB;
}
.TagClassName
{
border-color: #F227FB;
}
</style>