Shades of Deep Pink #FC177B
Tints of Deep Pink #FC177B
RGB
CMYK
RGB Variations
Color information
#FC177B (or 0xFC177B) is known color: Deep Pink. HEX triplet: FC, 17 and 7B. RGB value is (252,23,123). Sum of RGB (Red+Green+Blue) = 252+23+123=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC177B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC177B is #03E884. Grayscale: #666666. Windows color (decimal): -256133 or 8067068. OLE color: 8067068.
HSL color Cylindrical-coordinate representation of color #FC177B: hue angle of 333.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC177B is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 123 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.01 |
| HSL | 333.8º | 0.97% | 0.54% | - |
| HSV(B) | 333.8º | 0.91% | 0.99% | - |
| XYZ | 44.03 | 22.74 | 20.81 | - |
| YUV | 102.87 | 139.37 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 123 | 0 | 0.91 | 0.51 | 0.01 | 333.8 | 0.97 | 0.54 |
| Hex | FC | 17 | 7B | 0 | 5B | 33 | 1 | 14E | 61 | 36 |
| Octal | 374 | 27 | 173 | 0 | 133 | 63 | 1 | 516 | 141 | 66 |
| Binary | 11111100 | 10111 | 1111011 | 0 | 1011011 | 110011 | 1 | 101001110 | 1100001 | 110110 |
Color Harmonies of #FC177B
Complementary color
Monochromatic Colors of #FC177B
Black with #FC177B
Text Example
Text Example
White with #FC177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC177B; }
p { color: rgb(252,23,123); }
H1.HeaderClassName
{
color: #FC177B;
}
.AnyTagClassName
{
color: #FC177B;
}
</style>
background-color css
<style>
a { background-color: #FC177B; }
a { background-color: rgb(252,23,123); }
div.DivClassName
{
background-color: #FC177B;
}
.BgClassName
{
background-color: #FC177B;
}
</style>
border-color css
<style>
span { border-color: #FC177B; }
span { border-color: rgb(252,23,123); }
td.TdClassName
{
border-color: #FC177B;
}
.TagClassName
{
border-color: #FC177B;
}
</style>