Shades of Deep Pink #FC157B
Tints of Deep Pink #FC157B
RGB
CMYK
RGB Variations
Color information
#FC157B (or 0xFC157B) is known color: Deep Pink. HEX triplet: FC, 15 and 7B. RGB value is (252,21,123). Sum of RGB (Red+Green+Blue) = 252+21+123=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC157B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC157B is #03EA84. Grayscale: #656565. Windows color (decimal): -256645 or 8066556. OLE color: 8066556.
HSL color Cylindrical-coordinate representation of color #FC157B: hue angle of 333.51º 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 #FC157B is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 123 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.01 |
| HSL | 333.51º | 0.97% | 0.54% | - |
| HSV(B) | 333.51º | 0.92% | 0.99% | - |
| XYZ | 43.99 | 22.66 | 20.79 | - |
| YUV | 101.7 | 140.03 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 123 | 0 | 0.92 | 0.51 | 0.01 | 333.51 | 0.97 | 0.54 |
| Hex | FC | 15 | 7B | 0 | 5C | 33 | 1 | 14E | 61 | 36 |
| Octal | 374 | 25 | 173 | 0 | 134 | 63 | 1 | 516 | 141 | 66 |
| Binary | 11111100 | 10101 | 1111011 | 0 | 1011100 | 110011 | 1 | 101001110 | 1100001 | 110110 |
Color Harmonies of #FC157B
Complementary color
Monochromatic Colors of #FC157B
Black with #FC157B
Text Example
Text Example
White with #FC157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC157B; }
p { color: rgb(252,21,123); }
H1.HeaderClassName
{
color: #FC157B;
}
.AnyTagClassName
{
color: #FC157B;
}
</style>
background-color css
<style>
a { background-color: #FC157B; }
a { background-color: rgb(252,21,123); }
div.DivClassName
{
background-color: #FC157B;
}
.BgClassName
{
background-color: #FC157B;
}
</style>
border-color css
<style>
span { border-color: #FC157B; }
span { border-color: rgb(252,21,123); }
td.TdClassName
{
border-color: #FC157B;
}
.TagClassName
{
border-color: #FC157B;
}
</style>