Shades of Deep Pink #FB169B
Tints of Deep Pink #FB169B
RGB
CMYK
RGB Variations
Color information
#FB169B (or 0xFB169B) is known color: Deep Pink. HEX triplet: FB, 16 and 9B. RGB value is (251,22,155). Sum of RGB (Red+Green+Blue) = 251+22+155=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB169B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB169B is #04E964. Grayscale: #696969. Windows color (decimal): -321893 or 10163963. OLE color: 10163963.
HSL color Cylindrical-coordinate representation of color #FB169B: hue angle of 325.15º 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 #FB169B is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 155 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.02 |
| HSL | 325.15º | 0.97% | 0.54% | - |
| HSV(B) | 325.15º | 0.91% | 0.98% | - |
| XYZ | 45.99 | 23.45 | 33.11 | - |
| YUV | 105.63 | 155.87 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 155 | 0 | 0.91 | 0.38 | 0.02 | 325.15 | 0.97 | 0.54 |
| Hex | FB | 16 | 9B | 0 | 5B | 26 | 2 | 145 | 61 | 36 |
| Octal | 373 | 26 | 233 | 0 | 133 | 46 | 2 | 505 | 141 | 66 |
| Binary | 11111011 | 10110 | 10011011 | 0 | 1011011 | 100110 | 10 | 101000101 | 1100001 | 110110 |
Color Harmonies of #FB169B
Complementary color
Monochromatic Colors of #FB169B
Black with #FB169B
Text Example
Text Example
White with #FB169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB169B; }
p { color: rgb(251,22,155); }
H1.HeaderClassName
{
color: #FB169B;
}
.AnyTagClassName
{
color: #FB169B;
}
</style>
background-color css
<style>
a { background-color: #FB169B; }
a { background-color: rgb(251,22,155); }
div.DivClassName
{
background-color: #FB169B;
}
.BgClassName
{
background-color: #FB169B;
}
</style>
border-color css
<style>
span { border-color: #FB169B; }
span { border-color: rgb(251,22,155); }
td.TdClassName
{
border-color: #FB169B;
}
.TagClassName
{
border-color: #FB169B;
}
</style>