Shades of Spicy Pink #FF16AF
Tints of Spicy Pink #FF16AF
RGB
CMYK
RGB Variations
Color information
#FF16AF (or 0xFF16AF) is known color: Spicy Pink. HEX triplet: FF, 16 and AF. RGB value is (255,22,175). Sum of RGB (Red+Green+Blue) = 255+22+175=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF16AF is #00E950. Grayscale: #6C6C6C. Windows color (decimal): -59729 or 11474687. OLE color: 11474687.
HSL color Cylindrical-coordinate representation of color #FF16AF: hue angle of 320.6º 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 #FF16AF is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 175 | - |
| CMYK | 0 | 0.91 | 0.31 | 0 |
| HSL | 320.6º | 1% | 0.54% | - |
| HSV(B) | 320.6º | 0.91% | 1% | - |
| XYZ | 49.26 | 24.93 | 42.77 | - |
| YUV | 109.11 | 165.19 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 175 | 0 | 0.91 | 0.31 | 0 | 320.6 | 1 | 0.54 |
| Hex | FF | 16 | AF | 0 | 5B | 1F | 0 | 141 | 64 | 36 |
| Octal | 377 | 26 | 257 | 0 | 133 | 37 | 0 | 501 | 144 | 66 |
| Binary | 11111111 | 10110 | 10101111 | 0 | 1011011 | 11111 | 0 | 101000001 | 1100100 | 110110 |
Color Harmonies of #FF16AF
Complementary color
Monochromatic Colors of #FF16AF
Black with #FF16AF
Text Example
Text Example
White with #FF16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16AF; }
p { color: rgb(255,22,175); }
H1.HeaderClassName
{
color: #FF16AF;
}
.AnyTagClassName
{
color: #FF16AF;
}
</style>
background-color css
<style>
a { background-color: #FF16AF; }
a { background-color: rgb(255,22,175); }
div.DivClassName
{
background-color: #FF16AF;
}
.BgClassName
{
background-color: #FF16AF;
}
</style>
border-color css
<style>
span { border-color: #FF16AF; }
span { border-color: rgb(255,22,175); }
td.TdClassName
{
border-color: #FF16AF;
}
.TagClassName
{
border-color: #FF16AF;
}
</style>