Shades of Deep Pink #FB169D
Tints of Deep Pink #FB169D
RGB
CMYK
RGB Variations
Color information
#FB169D (or 0xFB169D) is known color: Deep Pink. HEX triplet: FB, 16 and 9D. RGB value is (251,22,157). Sum of RGB (Red+Green+Blue) = 251+22+157=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB169D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB169D is #04E962. Grayscale: #696969. Windows color (decimal): -321891 or 10295035. OLE color: 10295035.
HSL color Cylindrical-coordinate representation of color #FB169D: hue angle of 324.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB169D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 157 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.02 |
| HSL | 324.63º | 0.97% | 0.54% | - |
| HSV(B) | 324.63º | 0.91% | 0.98% | - |
| XYZ | 46.16 | 23.52 | 34 | - |
| YUV | 105.86 | 156.87 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 157 | 0 | 0.91 | 0.37 | 0.02 | 324.63 | 0.97 | 0.54 |
| Hex | FB | 16 | 9D | 0 | 5B | 25 | 2 | 145 | 61 | 36 |
| Octal | 373 | 26 | 235 | 0 | 133 | 45 | 2 | 505 | 141 | 66 |
| Binary | 11111011 | 10110 | 10011101 | 0 | 1011011 | 100101 | 10 | 101000101 | 1100001 | 110110 |
Color Harmonies of #FB169D
Complementary color
Monochromatic Colors of #FB169D
Black with #FB169D
Text Example
Text Example
White with #FB169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB169D; }
p { color: rgb(251,22,157); }
H1.HeaderClassName
{
color: #FB169D;
}
.AnyTagClassName
{
color: #FB169D;
}
</style>
background-color css
<style>
a { background-color: #FB169D; }
a { background-color: rgb(251,22,157); }
div.DivClassName
{
background-color: #FB169D;
}
.BgClassName
{
background-color: #FB169D;
}
</style>
border-color css
<style>
span { border-color: #FB169D; }
span { border-color: rgb(251,22,157); }
td.TdClassName
{
border-color: #FB169D;
}
.TagClassName
{
border-color: #FB169D;
}
</style>