Shades of Deep Pink #FD168B
Tints of Deep Pink #FD168B
RGB
CMYK
RGB Variations
Color information
#FD168B (or 0xFD168B) is known color: Deep Pink. HEX triplet: FD, 16 and 8B. RGB value is (253,22,139). Sum of RGB (Red+Green+Blue) = 253+22+139=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD168B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD168B is #02E974. Grayscale: #686868. Windows color (decimal): -190837 or 9115389. OLE color: 9115389.
HSL color Cylindrical-coordinate representation of color #FD168B: hue angle of 329.61º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD168B is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 139 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.01 |
| HSL | 329.61º | 0.98% | 0.54% | - |
| HSV(B) | 329.61º | 0.91% | 0.99% | - |
| XYZ | 45.46 | 23.32 | 26.53 | - |
| YUV | 104.41 | 147.53 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 139 | 0 | 0.91 | 0.45 | 0.01 | 329.61 | 0.98 | 0.54 |
| Hex | FD | 16 | 8B | 0 | 5B | 2D | 1 | 14A | 62 | 36 |
| Octal | 375 | 26 | 213 | 0 | 133 | 55 | 1 | 512 | 142 | 66 |
| Binary | 11111101 | 10110 | 10001011 | 0 | 1011011 | 101101 | 1 | 101001010 | 1100010 | 110110 |
Color Harmonies of #FD168B
Complementary color
Monochromatic Colors of #FD168B
Black with #FD168B
Text Example
Text Example
White with #FD168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD168B; }
p { color: rgb(253,22,139); }
H1.HeaderClassName
{
color: #FD168B;
}
.AnyTagClassName
{
color: #FD168B;
}
</style>
background-color css
<style>
a { background-color: #FD168B; }
a { background-color: rgb(253,22,139); }
div.DivClassName
{
background-color: #FD168B;
}
.BgClassName
{
background-color: #FD168B;
}
</style>
border-color css
<style>
span { border-color: #FD168B; }
span { border-color: rgb(253,22,139); }
td.TdClassName
{
border-color: #FD168B;
}
.TagClassName
{
border-color: #FD168B;
}
</style>