Shades of Deep Pink #FC178A
Tints of Deep Pink #FC178A
RGB
CMYK
RGB Variations
Color information
#FC178A (or 0xFC178A) is known color: Deep Pink. HEX triplet: FC, 17 and 8A. RGB value is (252,23,138). Sum of RGB (Red+Green+Blue) = 252+23+138=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC178A is #03E875. Grayscale: #686868. Windows color (decimal): -256118 or 9050108. OLE color: 9050108.
HSL color Cylindrical-coordinate representation of color #FC178A: hue angle of 329.87º 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 #FC178A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 138 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.01 |
| HSL | 329.87º | 0.97% | 0.54% | - |
| HSV(B) | 329.87º | 0.91% | 0.99% | - |
| XYZ | 45.04 | 23.14 | 26.14 | - |
| YUV | 104.58 | 146.87 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 138 | 0 | 0.91 | 0.45 | 0.01 | 329.87 | 0.97 | 0.54 |
| Hex | FC | 17 | 8A | 0 | 5B | 2D | 1 | 14A | 61 | 36 |
| Octal | 374 | 27 | 212 | 0 | 133 | 55 | 1 | 512 | 141 | 66 |
| Binary | 11111100 | 10111 | 10001010 | 0 | 1011011 | 101101 | 1 | 101001010 | 1100001 | 110110 |
Color Harmonies of #FC178A
Complementary color
Monochromatic Colors of #FC178A
Black with #FC178A
Text Example
Text Example
White with #FC178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC178A; }
p { color: rgb(252,23,138); }
H1.HeaderClassName
{
color: #FC178A;
}
.AnyTagClassName
{
color: #FC178A;
}
</style>
background-color css
<style>
a { background-color: #FC178A; }
a { background-color: rgb(252,23,138); }
div.DivClassName
{
background-color: #FC178A;
}
.BgClassName
{
background-color: #FC178A;
}
</style>
border-color css
<style>
span { border-color: #FC178A; }
span { border-color: rgb(252,23,138); }
td.TdClassName
{
border-color: #FC178A;
}
.TagClassName
{
border-color: #FC178A;
}
</style>