Shades of Magenta #FF16F5
Tints of Magenta #FF16F5
RGB
CMYK
RGB Variations
Color information
#FF16F5 (or 0xFF16F5) is known color: Magenta. HEX triplet: FF, 16 and F5. RGB value is (255,22,245). Sum of RGB (Red+Green+Blue) = 255+22+245=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 22 (8.98% from 255 or 4.21% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF16F5 is #00E90A. Grayscale: #747474. Windows color (decimal): -59659 or 16062207. OLE color: 16062207.
HSL color Cylindrical-coordinate representation of color #FF16F5: hue angle of 302.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF16F5 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 245 | - |
| CMYK | 0 | 0.91 | 0.04 | 0 |
| HSL | 302.58º | 1% | 0.54% | - |
| HSV(B) | 302.58º | 0.91% | 1% | - |
| XYZ | 58.01 | 28.43 | 88.82 | - |
| YUV | 117.09 | 200.19 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 245 | 0 | 0.91 | 0.04 | 0 | 302.58 | 1 | 0.54 |
| Hex | FF | 16 | F5 | 0 | 5B | 4 | 0 | 12F | 64 | 36 |
| Octal | 377 | 26 | 365 | 0 | 133 | 4 | 0 | 457 | 144 | 66 |
| Binary | 11111111 | 10110 | 11110101 | 0 | 1011011 | 100 | 0 | 100101111 | 1100100 | 110110 |
Color Harmonies of #FF16F5
Complementary color
Monochromatic Colors of #FF16F5
Black with #FF16F5
Text Example
Text Example
White with #FF16F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16F5; }
p { color: rgb(255,22,245); }
H1.HeaderClassName
{
color: #FF16F5;
}
.AnyTagClassName
{
color: #FF16F5;
}
</style>
background-color css
<style>
a { background-color: #FF16F5; }
a { background-color: rgb(255,22,245); }
div.DivClassName
{
background-color: #FF16F5;
}
.BgClassName
{
background-color: #FF16F5;
}
</style>
border-color css
<style>
span { border-color: #FF16F5; }
span { border-color: rgb(255,22,245); }
td.TdClassName
{
border-color: #FF16F5;
}
.TagClassName
{
border-color: #FF16F5;
}
</style>