Shades of Deep Pink #FB177B
Tints of Deep Pink #FB177B
RGB
CMYK
RGB Variations
Color information
#FB177B (or 0xFB177B) is known color: Deep Pink. HEX triplet: FB, 17 and 7B. RGB value is (251,23,123). Sum of RGB (Red+Green+Blue) = 251+23+123=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB177B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB177B is #04E884. Grayscale: #666666. Windows color (decimal): -321669 or 8067067. OLE color: 8067067.
HSL color Cylindrical-coordinate representation of color #FB177B: hue angle of 333.68º 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 #FB177B is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 123 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.02 |
| HSL | 333.68º | 0.97% | 0.54% | - |
| HSV(B) | 333.68º | 0.91% | 0.98% | - |
| XYZ | 43.67 | 22.55 | 20.79 | - |
| YUV | 102.57 | 139.54 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 123 | 0 | 0.91 | 0.51 | 0.02 | 333.68 | 0.97 | 0.54 |
| Hex | FB | 17 | 7B | 0 | 5B | 33 | 2 | 14E | 61 | 36 |
| Octal | 373 | 27 | 173 | 0 | 133 | 63 | 2 | 516 | 141 | 66 |
| Binary | 11111011 | 10111 | 1111011 | 0 | 1011011 | 110011 | 10 | 101001110 | 1100001 | 110110 |
Color Harmonies of #FB177B
Complementary color
Monochromatic Colors of #FB177B
Black with #FB177B
Text Example
Text Example
White with #FB177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB177B; }
p { color: rgb(251,23,123); }
H1.HeaderClassName
{
color: #FB177B;
}
.AnyTagClassName
{
color: #FB177B;
}
</style>
background-color css
<style>
a { background-color: #FB177B; }
a { background-color: rgb(251,23,123); }
div.DivClassName
{
background-color: #FB177B;
}
.BgClassName
{
background-color: #FB177B;
}
</style>
border-color css
<style>
span { border-color: #FB177B; }
span { border-color: rgb(251,23,123); }
td.TdClassName
{
border-color: #FB177B;
}
.TagClassName
{
border-color: #FB177B;
}
</style>