Shades of Deep Pink #FF177B
Tints of Deep Pink #FF177B
RGB
CMYK
RGB Variations
Color information
#FF177B (or 0xFF177B) is known color: Deep Pink. HEX triplet: FF, 17 and 7B. RGB value is (255,23,123). Sum of RGB (Red+Green+Blue) = 255+23+123=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF177B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF177B is #00E884. Grayscale: #676767. Windows color (decimal): -59525 or 8067071. OLE color: 8067071.
HSL color Cylindrical-coordinate representation of color #FF177B: hue angle of 334.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF177B is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 123 | - |
| CMYK | 0 | 0.91 | 0.52 | 0 |
| HSL | 334.14º | 1% | 0.55% | - |
| HSV(B) | 334.14º | 0.91% | 1% | - |
| XYZ | 45.12 | 23.3 | 20.86 | - |
| YUV | 103.77 | 138.86 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 123 | 0 | 0.91 | 0.52 | 0 | 334.14 | 1 | 0.55 |
| Hex | FF | 17 | 7B | 0 | 5B | 34 | 0 | 14E | 64 | 37 |
| Octal | 377 | 27 | 173 | 0 | 133 | 64 | 0 | 516 | 144 | 67 |
| Binary | 11111111 | 10111 | 1111011 | 0 | 1011011 | 110100 | 0 | 101001110 | 1100100 | 110111 |
Color Harmonies of #FF177B
Complementary color
Monochromatic Colors of #FF177B
Black with #FF177B
Text Example
Text Example
White with #FF177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF177B; }
p { color: rgb(255,23,123); }
H1.HeaderClassName
{
color: #FF177B;
}
.AnyTagClassName
{
color: #FF177B;
}
</style>
background-color css
<style>
a { background-color: #FF177B; }
a { background-color: rgb(255,23,123); }
div.DivClassName
{
background-color: #FF177B;
}
.BgClassName
{
background-color: #FF177B;
}
</style>
border-color css
<style>
span { border-color: #FF177B; }
span { border-color: rgb(255,23,123); }
td.TdClassName
{
border-color: #FF177B;
}
.TagClassName
{
border-color: #FF177B;
}
</style>