Shades of Magenta #FF20FB
Tints of Magenta #FF20FB
RGB
CMYK
RGB Variations
Color information
#FF20FB (or 0xFF20FB) is known color: Magenta. HEX triplet: FF, 20 and FB. RGB value is (255,32,251). Sum of RGB (Red+Green+Blue) = 255+32+251=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 32 (12.89% from 255 or 5.95% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF20FB is #00DF04. Grayscale: #7A7A7A. Windows color (decimal): -57093 or 16457983. OLE color: 16457983.
HSL color Cylindrical-coordinate representation of color #FF20FB: hue angle of 301.08º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF20FB is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 251 | - |
| CMYK | 0 | 0.87 | 0.02 | 0 |
| HSL | 301.08º | 1% | 0.56% | - |
| HSV(B) | 301.08º | 0.87% | 1% | - |
| XYZ | 59.17 | 29.26 | 93.8 | - |
| YUV | 123.64 | 199.88 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 251 | 0 | 0.87 | 0.02 | 0 | 301.08 | 1 | 0.56 |
| Hex | FF | 20 | FB | 0 | 57 | 2 | 0 | 12D | 64 | 38 |
| Octal | 377 | 40 | 373 | 0 | 127 | 2 | 0 | 455 | 144 | 70 |
| Binary | 11111111 | 100000 | 11111011 | 0 | 1010111 | 10 | 0 | 100101101 | 1100100 | 111000 |
Color Harmonies of #FF20FB
Complementary color
Monochromatic Colors of #FF20FB
Black with #FF20FB
Text Example
Text Example
White with #FF20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20FB; }
p { color: rgb(255,32,251); }
H1.HeaderClassName
{
color: #FF20FB;
}
.AnyTagClassName
{
color: #FF20FB;
}
</style>
background-color css
<style>
a { background-color: #FF20FB; }
a { background-color: rgb(255,32,251); }
div.DivClassName
{
background-color: #FF20FB;
}
.BgClassName
{
background-color: #FF20FB;
}
</style>
border-color css
<style>
span { border-color: #FF20FB; }
span { border-color: rgb(255,32,251); }
td.TdClassName
{
border-color: #FF20FB;
}
.TagClassName
{
border-color: #FF20FB;
}
</style>