Shades of Deep Pink #FC158A
Tints of Deep Pink #FC158A
RGB
CMYK
RGB Variations
Color information
#FC158A (or 0xFC158A) is known color: Deep Pink. HEX triplet: FC, 15 and 8A. RGB value is (252,21,138). Sum of RGB (Red+Green+Blue) = 252+21+138=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC158A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC158A is #03EA75. Grayscale: #676767. Windows color (decimal): -256630 or 9049596. OLE color: 9049596.
HSL color Cylindrical-coordinate representation of color #FC158A: hue angle of 329.61º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC158A is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 138 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.01 |
| HSL | 329.61º | 0.97% | 0.54% | - |
| HSV(B) | 329.61º | 0.92% | 0.99% | - |
| XYZ | 45 | 23.07 | 26.13 | - |
| YUV | 103.41 | 147.53 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 138 | 0 | 0.92 | 0.45 | 0.01 | 329.61 | 0.97 | 0.54 |
| Hex | FC | 15 | 8A | 0 | 5C | 2D | 1 | 14A | 61 | 36 |
| Octal | 374 | 25 | 212 | 0 | 134 | 55 | 1 | 512 | 141 | 66 |
| Binary | 11111100 | 10101 | 10001010 | 0 | 1011100 | 101101 | 1 | 101001010 | 1100001 | 110110 |
Color Harmonies of #FC158A
Complementary color
Monochromatic Colors of #FC158A
Black with #FC158A
Text Example
Text Example
White with #FC158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC158A; }
p { color: rgb(252,21,138); }
H1.HeaderClassName
{
color: #FC158A;
}
.AnyTagClassName
{
color: #FC158A;
}
</style>
background-color css
<style>
a { background-color: #FC158A; }
a { background-color: rgb(252,21,138); }
div.DivClassName
{
background-color: #FC158A;
}
.BgClassName
{
background-color: #FC158A;
}
</style>
border-color css
<style>
span { border-color: #FC158A; }
span { border-color: rgb(252,21,138); }
td.TdClassName
{
border-color: #FC158A;
}
.TagClassName
{
border-color: #FC158A;
}
</style>