Shades of Deep Pink #FB178C
Tints of Deep Pink #FB178C
RGB
CMYK
RGB Variations
Color information
#FB178C (or 0xFB178C) is known color: Deep Pink. HEX triplet: FB, 17 and 8C. RGB value is (251,23,140). Sum of RGB (Red+Green+Blue) = 251+23+140=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB178C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB178C is #04E873. Grayscale: #686868. Windows color (decimal): -321652 or 9181179. OLE color: 9181179.
HSL color Cylindrical-coordinate representation of color #FB178C: hue angle of 329.21º 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 #FB178C is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 140 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.02 |
| HSL | 329.21º | 0.97% | 0.54% | - |
| HSV(B) | 329.21º | 0.91% | 0.98% | - |
| XYZ | 44.82 | 23.02 | 26.89 | - |
| YUV | 104.51 | 148.04 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 140 | 0 | 0.91 | 0.44 | 0.02 | 329.21 | 0.97 | 0.54 |
| Hex | FB | 17 | 8C | 0 | 5B | 2C | 2 | 149 | 61 | 36 |
| Octal | 373 | 27 | 214 | 0 | 133 | 54 | 2 | 511 | 141 | 66 |
| Binary | 11111011 | 10111 | 10001100 | 0 | 1011011 | 101100 | 10 | 101001001 | 1100001 | 110110 |
Color Harmonies of #FB178C
Complementary color
Monochromatic Colors of #FB178C
Black with #FB178C
Text Example
Text Example
White with #FB178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB178C; }
p { color: rgb(251,23,140); }
H1.HeaderClassName
{
color: #FB178C;
}
.AnyTagClassName
{
color: #FB178C;
}
</style>
background-color css
<style>
a { background-color: #FB178C; }
a { background-color: rgb(251,23,140); }
div.DivClassName
{
background-color: #FB178C;
}
.BgClassName
{
background-color: #FB178C;
}
</style>
border-color css
<style>
span { border-color: #FB178C; }
span { border-color: rgb(251,23,140); }
td.TdClassName
{
border-color: #FB178C;
}
.TagClassName
{
border-color: #FB178C;
}
</style>