Shades of Magenta #FF20F4
Tints of Magenta #FF20F4
RGB
CMYK
RGB Variations
Color information
#FF20F4 (or 0xFF20F4) is known color: Magenta. HEX triplet: FF, 20 and F4. RGB value is (255,32,244). Sum of RGB (Red+Green+Blue) = 255+32+244=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 32 (12.89% from 255 or 6.03% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF20F4 is #00DF0B. Grayscale: #7A7A7A. Windows color (decimal): -57100 or 15999231. OLE color: 15999231.
HSL color Cylindrical-coordinate representation of color #FF20F4: hue angle of 302.96º 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 #FF20F4 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 244 | - |
| CMYK | 0 | 0.87 | 0.04 | 0 |
| HSL | 302.96º | 1% | 0.56% | - |
| HSV(B) | 302.96º | 0.87% | 1% | - |
| XYZ | 58.09 | 28.82 | 88.09 | - |
| YUV | 122.85 | 196.38 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 244 | 0 | 0.87 | 0.04 | 0 | 302.96 | 1 | 0.56 |
| Hex | FF | 20 | F4 | 0 | 57 | 4 | 0 | 12F | 64 | 38 |
| Octal | 377 | 40 | 364 | 0 | 127 | 4 | 0 | 457 | 144 | 70 |
| Binary | 11111111 | 100000 | 11110100 | 0 | 1010111 | 100 | 0 | 100101111 | 1100100 | 111000 |
Color Harmonies of #FF20F4
Complementary color
Monochromatic Colors of #FF20F4
Black with #FF20F4
Text Example
Text Example
White with #FF20F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20F4; }
p { color: rgb(255,32,244); }
H1.HeaderClassName
{
color: #FF20F4;
}
.AnyTagClassName
{
color: #FF20F4;
}
</style>
background-color css
<style>
a { background-color: #FF20F4; }
a { background-color: rgb(255,32,244); }
div.DivClassName
{
background-color: #FF20F4;
}
.BgClassName
{
background-color: #FF20F4;
}
</style>
border-color css
<style>
span { border-color: #FF20F4; }
span { border-color: rgb(255,32,244); }
td.TdClassName
{
border-color: #FF20F4;
}
.TagClassName
{
border-color: #FF20F4;
}
</style>