Shades of Deep Pink #FF168A
Tints of Deep Pink #FF168A
RGB
CMYK
RGB Variations
Color information
#FF168A (or 0xFF168A) is known color: Deep Pink. HEX triplet: FF, 16 and 8A. RGB value is (255,22,138). Sum of RGB (Red+Green+Blue) = 255+22+138=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF168A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF168A is #00E975. Grayscale: #686868. Windows color (decimal): -59766 or 9049855. OLE color: 9049855.
HSL color Cylindrical-coordinate representation of color #FF168A: hue angle of 330.13º 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 #FF168A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 138 | - |
| CMYK | 0 | 0.91 | 0.46 | 0 |
| HSL | 330.13º | 1% | 0.54% | - |
| HSV(B) | 330.13º | 0.91% | 1% | - |
| XYZ | 46.11 | 23.67 | 26.18 | - |
| YUV | 104.89 | 146.69 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 138 | 0 | 0.91 | 0.46 | 0 | 330.13 | 1 | 0.54 |
| Hex | FF | 16 | 8A | 0 | 5B | 2E | 0 | 14A | 64 | 36 |
| Octal | 377 | 26 | 212 | 0 | 133 | 56 | 0 | 512 | 144 | 66 |
| Binary | 11111111 | 10110 | 10001010 | 0 | 1011011 | 101110 | 0 | 101001010 | 1100100 | 110110 |
Color Harmonies of #FF168A
Complementary color
Monochromatic Colors of #FF168A
Black with #FF168A
Text Example
Text Example
White with #FF168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF168A; }
p { color: rgb(255,22,138); }
H1.HeaderClassName
{
color: #FF168A;
}
.AnyTagClassName
{
color: #FF168A;
}
</style>
background-color css
<style>
a { background-color: #FF168A; }
a { background-color: rgb(255,22,138); }
div.DivClassName
{
background-color: #FF168A;
}
.BgClassName
{
background-color: #FF168A;
}
</style>
border-color css
<style>
span { border-color: #FF168A; }
span { border-color: rgb(255,22,138); }
td.TdClassName
{
border-color: #FF168A;
}
.TagClassName
{
border-color: #FF168A;
}
</style>