Shades of Deep Pink #FC1B9A
Tints of Deep Pink #FC1B9A
RGB
CMYK
RGB Variations
Color information
#FC1B9A (or 0xFC1B9A) is known color: Deep Pink. HEX triplet: FC, 1B and 9A. RGB value is (252,27,154). Sum of RGB (Red+Green+Blue) = 252+27+154=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1B9A is #03E465. Grayscale: #6C6C6C. Windows color (decimal): -255078 or 10099708. OLE color: 10099708.
HSL color Cylindrical-coordinate representation of color #FC1B9A: hue angle of 326.13º 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 #FC1B9A is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 154 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.01 |
| HSL | 326.13º | 0.97% | 0.55% | - |
| HSV(B) | 326.13º | 0.89% | 0.99% | - |
| XYZ | 46.37 | 23.81 | 32.72 | - |
| YUV | 108.75 | 153.54 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 154 | 0 | 0.89 | 0.39 | 0.01 | 326.13 | 0.97 | 0.55 |
| Hex | FC | 1B | 9A | 0 | 59 | 27 | 1 | 146 | 61 | 37 |
| Octal | 374 | 33 | 232 | 0 | 131 | 47 | 1 | 506 | 141 | 67 |
| Binary | 11111100 | 11011 | 10011010 | 0 | 1011001 | 100111 | 1 | 101000110 | 1100001 | 110111 |
Color Harmonies of #FC1B9A
Complementary color
Monochromatic Colors of #FC1B9A
Black with #FC1B9A
Text Example
Text Example
White with #FC1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1B9A; }
p { color: rgb(252,27,154); }
H1.HeaderClassName
{
color: #FC1B9A;
}
.AnyTagClassName
{
color: #FC1B9A;
}
</style>
background-color css
<style>
a { background-color: #FC1B9A; }
a { background-color: rgb(252,27,154); }
div.DivClassName
{
background-color: #FC1B9A;
}
.BgClassName
{
background-color: #FC1B9A;
}
</style>
border-color css
<style>
span { border-color: #FC1B9A; }
span { border-color: rgb(252,27,154); }
td.TdClassName
{
border-color: #FC1B9A;
}
.TagClassName
{
border-color: #FC1B9A;
}
</style>