Shades of Deep Pink #FC1B86
Tints of Deep Pink #FC1B86
RGB
CMYK
RGB Variations
Color information
#FC1B86 (or 0xFC1B86) is known color: Deep Pink. HEX triplet: FC, 1B and 86. RGB value is (252,27,134). Sum of RGB (Red+Green+Blue) = 252+27+134=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1B86 is #03E479. Grayscale: #6A6A6A. Windows color (decimal): -255098 or 8788988. OLE color: 8788988.
HSL color Cylindrical-coordinate representation of color #FC1B86: hue angle of 331.47º 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 #FC1B86 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 134 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.01 |
| HSL | 331.47º | 0.97% | 0.55% | - |
| HSV(B) | 331.47º | 0.89% | 0.99% | - |
| XYZ | 44.84 | 23.2 | 24.67 | - |
| YUV | 106.47 | 143.54 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 134 | 0 | 0.89 | 0.47 | 0.01 | 331.47 | 0.97 | 0.55 |
| Hex | FC | 1B | 86 | 0 | 59 | 2F | 1 | 14B | 61 | 37 |
| Octal | 374 | 33 | 206 | 0 | 131 | 57 | 1 | 513 | 141 | 67 |
| Binary | 11111100 | 11011 | 10000110 | 0 | 1011001 | 101111 | 1 | 101001011 | 1100001 | 110111 |
Color Harmonies of #FC1B86
Complementary color
Monochromatic Colors of #FC1B86
Black with #FC1B86
Text Example
Text Example
White with #FC1B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1B86; }
p { color: rgb(252,27,134); }
H1.HeaderClassName
{
color: #FC1B86;
}
.AnyTagClassName
{
color: #FC1B86;
}
</style>
background-color css
<style>
a { background-color: #FC1B86; }
a { background-color: rgb(252,27,134); }
div.DivClassName
{
background-color: #FC1B86;
}
.BgClassName
{
background-color: #FC1B86;
}
</style>
border-color css
<style>
span { border-color: #FC1B86; }
span { border-color: rgb(252,27,134); }
td.TdClassName
{
border-color: #FC1B86;
}
.TagClassName
{
border-color: #FC1B86;
}
</style>