Shades of Magenta #F221FB
Tints of Magenta #F221FB
RGB
CMYK
RGB Variations
Color information
#F221FB (or 0xF221FB) is known color: Magenta. HEX triplet: F2, 21 and FB. RGB value is (242,33,251). Sum of RGB (Red+Green+Blue) = 242+33+251=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 33 (13.28% from 255 or 6.27% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #F221FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F221FB is #0DDE04. Grayscale: #777777. Windows color (decimal): -908805 or 16458226. OLE color: 16458226.
HSL color Cylindrical-coordinate representation of color #F221FB: hue angle of 297.52º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F221FB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 33 | 251 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.02 |
| HSL | 297.52º | 0.96% | 0.56% | - |
| HSV(B) | 297.52º | 0.87% | 0.98% | - |
| XYZ | 54.57 | 26.93 | 93.59 | - |
| YUV | 120.34 | 201.74 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 251 | 0.04 | 0.87 | 0 | 0.02 | 297.52 | 0.96 | 0.56 |
| Hex | F2 | 21 | FB | 4 | 57 | 0 | 2 | 12A | 60 | 38 |
| Octal | 362 | 41 | 373 | 4 | 127 | 0 | 2 | 452 | 140 | 70 |
| Binary | 11110010 | 100001 | 11111011 | 100 | 1010111 | 0 | 10 | 100101010 | 1100000 | 111000 |
Color Harmonies of #F221FB
Complementary color
Monochromatic Colors of #F221FB
Black with #F221FB
Text Example
Text Example
White with #F221FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221FB; }
p { color: rgb(242,33,251); }
H1.HeaderClassName
{
color: #F221FB;
}
.AnyTagClassName
{
color: #F221FB;
}
</style>
background-color css
<style>
a { background-color: #F221FB; }
a { background-color: rgb(242,33,251); }
div.DivClassName
{
background-color: #F221FB;
}
.BgClassName
{
background-color: #F221FB;
}
</style>
border-color css
<style>
span { border-color: #F221FB; }
span { border-color: rgb(242,33,251); }
td.TdClassName
{
border-color: #F221FB;
}
.TagClassName
{
border-color: #F221FB;
}
</style>