Shades of Deep Pink #FC188B
Tints of Deep Pink #FC188B
RGB
CMYK
RGB Variations
Color information
#FC188B (or 0xFC188B) is known color: Deep Pink. HEX triplet: FC, 18 and 8B. RGB value is (252,24,139). Sum of RGB (Red+Green+Blue) = 252+24+139=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC188B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC188B is #03E774. Grayscale: #696969. Windows color (decimal): -255861 or 9115900. OLE color: 9115900.
HSL color Cylindrical-coordinate representation of color #FC188B: hue angle of 329.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC188B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 139 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.01 |
| HSL | 329.74º | 0.97% | 0.54% | - |
| HSV(B) | 329.74º | 0.9% | 0.99% | - |
| XYZ | 45.13 | 23.21 | 26.53 | - |
| YUV | 105.28 | 147.04 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 139 | 0 | 0.90 | 0.45 | 0.01 | 329.74 | 0.97 | 0.54 |
| Hex | FC | 18 | 8B | 0 | 5A | 2D | 1 | 14A | 61 | 36 |
| Octal | 374 | 30 | 213 | 0 | 132 | 55 | 1 | 512 | 141 | 66 |
| Binary | 11111100 | 11000 | 10001011 | 0 | 1011010 | 101101 | 1 | 101001010 | 1100001 | 110110 |
Color Harmonies of #FC188B
Complementary color
Monochromatic Colors of #FC188B
Black with #FC188B
Text Example
Text Example
White with #FC188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC188B; }
p { color: rgb(252,24,139); }
H1.HeaderClassName
{
color: #FC188B;
}
.AnyTagClassName
{
color: #FC188B;
}
</style>
background-color css
<style>
a { background-color: #FC188B; }
a { background-color: rgb(252,24,139); }
div.DivClassName
{
background-color: #FC188B;
}
.BgClassName
{
background-color: #FC188B;
}
</style>
border-color css
<style>
span { border-color: #FC188B; }
span { border-color: rgb(252,24,139); }
td.TdClassName
{
border-color: #FC188B;
}
.TagClassName
{
border-color: #FC188B;
}
</style>