Shades of Deep Pink #FB178A
Tints of Deep Pink #FB178A
RGB
CMYK
RGB Variations
Color information
#FB178A (or 0xFB178A) is known color: Deep Pink. HEX triplet: FB, 17 and 8A. RGB value is (251,23,138). Sum of RGB (Red+Green+Blue) = 251+23+138=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB178A is #04E875. Grayscale: #686868. Windows color (decimal): -321654 or 9050107. OLE color: 9050107.
HSL color Cylindrical-coordinate representation of color #FB178A: hue angle of 329.74º 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 #FB178A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 138 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.02 |
| HSL | 329.74º | 0.97% | 0.54% | - |
| HSV(B) | 329.74º | 0.91% | 0.98% | - |
| XYZ | 44.68 | 22.96 | 26.12 | - |
| YUV | 104.28 | 147.04 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 138 | 0 | 0.91 | 0.45 | 0.02 | 329.74 | 0.97 | 0.54 |
| Hex | FB | 17 | 8A | 0 | 5B | 2D | 2 | 14A | 61 | 36 |
| Octal | 373 | 27 | 212 | 0 | 133 | 55 | 2 | 512 | 141 | 66 |
| Binary | 11111011 | 10111 | 10001010 | 0 | 1011011 | 101101 | 10 | 101001010 | 1100001 | 110110 |
Color Harmonies of #FB178A
Complementary color
Monochromatic Colors of #FB178A
Black with #FB178A
Text Example
Text Example
White with #FB178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB178A; }
p { color: rgb(251,23,138); }
H1.HeaderClassName
{
color: #FB178A;
}
.AnyTagClassName
{
color: #FB178A;
}
</style>
background-color css
<style>
a { background-color: #FB178A; }
a { background-color: rgb(251,23,138); }
div.DivClassName
{
background-color: #FB178A;
}
.BgClassName
{
background-color: #FB178A;
}
</style>
border-color css
<style>
span { border-color: #FB178A; }
span { border-color: rgb(251,23,138); }
td.TdClassName
{
border-color: #FB178A;
}
.TagClassName
{
border-color: #FB178A;
}
</style>