Shades of Deep Pink #FB177D
Tints of Deep Pink #FB177D
RGB
CMYK
RGB Variations
Color information
#FB177D (or 0xFB177D) is known color: Deep Pink. HEX triplet: FB, 17 and 7D. RGB value is (251,23,125). Sum of RGB (Red+Green+Blue) = 251+23+125=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB177D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB177D is #04E882. Grayscale: #666666. Windows color (decimal): -321667 or 8198139. OLE color: 8198139.
HSL color Cylindrical-coordinate representation of color #FB177D: hue angle of 333.16º 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 #FB177D is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 125 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.02 |
| HSL | 333.16º | 0.97% | 0.54% | - |
| HSV(B) | 333.16º | 0.91% | 0.98% | - |
| XYZ | 43.79 | 22.6 | 21.46 | - |
| YUV | 102.8 | 140.54 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 125 | 0 | 0.91 | 0.50 | 0.02 | 333.16 | 0.97 | 0.54 |
| Hex | FB | 17 | 7D | 0 | 5B | 32 | 2 | 14D | 61 | 36 |
| Octal | 373 | 27 | 175 | 0 | 133 | 62 | 2 | 515 | 141 | 66 |
| Binary | 11111011 | 10111 | 1111101 | 0 | 1011011 | 110010 | 10 | 101001101 | 1100001 | 110110 |
Color Harmonies of #FB177D
Complementary color
Monochromatic Colors of #FB177D
Black with #FB177D
Text Example
Text Example
White with #FB177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB177D; }
p { color: rgb(251,23,125); }
H1.HeaderClassName
{
color: #FB177D;
}
.AnyTagClassName
{
color: #FB177D;
}
</style>
background-color css
<style>
a { background-color: #FB177D; }
a { background-color: rgb(251,23,125); }
div.DivClassName
{
background-color: #FB177D;
}
.BgClassName
{
background-color: #FB177D;
}
</style>
border-color css
<style>
span { border-color: #FB177D; }
span { border-color: rgb(251,23,125); }
td.TdClassName
{
border-color: #FB177D;
}
.TagClassName
{
border-color: #FB177D;
}
</style>