Shades of Deep Pink #FB178B
Tints of Deep Pink #FB178B
RGB
CMYK
RGB Variations
Color information
#FB178B (or 0xFB178B) is known color: Deep Pink. HEX triplet: FB, 17 and 8B. RGB value is (251,23,139). Sum of RGB (Red+Green+Blue) = 251+23+139=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB178B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB178B is #04E874. Grayscale: #686868. Windows color (decimal): -321653 or 9115643. OLE color: 9115643.
HSL color Cylindrical-coordinate representation of color #FB178B: hue angle of 329.47º 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 #FB178B is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 139 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.02 |
| HSL | 329.47º | 0.97% | 0.54% | - |
| HSV(B) | 329.47º | 0.91% | 0.98% | - |
| XYZ | 44.75 | 22.99 | 26.5 | - |
| YUV | 104.4 | 147.54 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 139 | 0 | 0.91 | 0.45 | 0.02 | 329.47 | 0.97 | 0.54 |
| Hex | FB | 17 | 8B | 0 | 5B | 2D | 2 | 149 | 61 | 36 |
| Octal | 373 | 27 | 213 | 0 | 133 | 55 | 2 | 511 | 141 | 66 |
| Binary | 11111011 | 10111 | 10001011 | 0 | 1011011 | 101101 | 10 | 101001001 | 1100001 | 110110 |
Color Harmonies of #FB178B
Complementary color
Monochromatic Colors of #FB178B
Black with #FB178B
Text Example
Text Example
White with #FB178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB178B; }
p { color: rgb(251,23,139); }
H1.HeaderClassName
{
color: #FB178B;
}
.AnyTagClassName
{
color: #FB178B;
}
</style>
background-color css
<style>
a { background-color: #FB178B; }
a { background-color: rgb(251,23,139); }
div.DivClassName
{
background-color: #FB178B;
}
.BgClassName
{
background-color: #FB178B;
}
</style>
border-color css
<style>
span { border-color: #FB178B; }
span { border-color: rgb(251,23,139); }
td.TdClassName
{
border-color: #FB178B;
}
.TagClassName
{
border-color: #FB178B;
}
</style>