Shades of Deep Pink #FC189A
Tints of Deep Pink #FC189A
RGB
CMYK
RGB Variations
Color information
#FC189A (or 0xFC189A) is known color: Deep Pink. HEX triplet: FC, 18 and 9A. RGB value is (252,24,154). Sum of RGB (Red+Green+Blue) = 252+24+154=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC189A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC189A is #03E765. Grayscale: #6A6A6A. Windows color (decimal): -255846 or 10098940. OLE color: 10098940.
HSL color Cylindrical-coordinate representation of color #FC189A: hue angle of 325.79º 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 #FC189A is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 154 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.01 |
| HSL | 325.79º | 0.97% | 0.54% | - |
| HSV(B) | 325.79º | 0.9% | 0.99% | - |
| XYZ | 46.3 | 23.68 | 32.7 | - |
| YUV | 106.99 | 154.54 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 154 | 0 | 0.90 | 0.39 | 0.01 | 325.79 | 0.97 | 0.54 |
| Hex | FC | 18 | 9A | 0 | 5A | 27 | 1 | 146 | 61 | 36 |
| Octal | 374 | 30 | 232 | 0 | 132 | 47 | 1 | 506 | 141 | 66 |
| Binary | 11111100 | 11000 | 10011010 | 0 | 1011010 | 100111 | 1 | 101000110 | 1100001 | 110110 |
Color Harmonies of #FC189A
Complementary color
Monochromatic Colors of #FC189A
Black with #FC189A
Text Example
Text Example
White with #FC189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC189A; }
p { color: rgb(252,24,154); }
H1.HeaderClassName
{
color: #FC189A;
}
.AnyTagClassName
{
color: #FC189A;
}
</style>
background-color css
<style>
a { background-color: #FC189A; }
a { background-color: rgb(252,24,154); }
div.DivClassName
{
background-color: #FC189A;
}
.BgClassName
{
background-color: #FC189A;
}
</style>
border-color css
<style>
span { border-color: #FC189A; }
span { border-color: rgb(252,24,154); }
td.TdClassName
{
border-color: #FC189A;
}
.TagClassName
{
border-color: #FC189A;
}
</style>