Shades of Deep Pink #FC1C9A
Tints of Deep Pink #FC1C9A
RGB
CMYK
RGB Variations
Color information
#FC1C9A (or 0xFC1C9A) is known color: Deep Pink. HEX triplet: FC, 1C and 9A. RGB value is (252,28,154). Sum of RGB (Red+Green+Blue) = 252+28+154=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1C9A is #03E365. Grayscale: #6D6D6D. Windows color (decimal): -254822 or 10099964. OLE color: 10099964.
HSL color Cylindrical-coordinate representation of color #FC1C9A: hue angle of 326.25º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C9A is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 154 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.01 |
| HSL | 326.25º | 0.97% | 0.55% | - |
| HSV(B) | 326.25º | 0.89% | 0.99% | - |
| XYZ | 46.39 | 23.86 | 32.73 | - |
| YUV | 109.34 | 153.21 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 154 | 0 | 0.89 | 0.39 | 0.01 | 326.25 | 0.97 | 0.55 |
| Hex | FC | 1C | 9A | 0 | 59 | 27 | 1 | 146 | 61 | 37 |
| Octal | 374 | 34 | 232 | 0 | 131 | 47 | 1 | 506 | 141 | 67 |
| Binary | 11111100 | 11100 | 10011010 | 0 | 1011001 | 100111 | 1 | 101000110 | 1100001 | 110111 |
Color Harmonies of #FC1C9A
Complementary color
Monochromatic Colors of #FC1C9A
Black with #FC1C9A
Text Example
Text Example
White with #FC1C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C9A; }
p { color: rgb(252,28,154); }
H1.HeaderClassName
{
color: #FC1C9A;
}
.AnyTagClassName
{
color: #FC1C9A;
}
</style>
background-color css
<style>
a { background-color: #FC1C9A; }
a { background-color: rgb(252,28,154); }
div.DivClassName
{
background-color: #FC1C9A;
}
.BgClassName
{
background-color: #FC1C9A;
}
</style>
border-color css
<style>
span { border-color: #FC1C9A; }
span { border-color: rgb(252,28,154); }
td.TdClassName
{
border-color: #FC1C9A;
}
.TagClassName
{
border-color: #FC1C9A;
}
</style>