Shades of Deep Pink #FC1B8A
Tints of Deep Pink #FC1B8A
RGB
CMYK
RGB Variations
Color information
#FC1B8A (or 0xFC1B8A) is known color: Deep Pink. HEX triplet: FC, 1B and 8A. RGB value is (252,27,138). Sum of RGB (Red+Green+Blue) = 252+27+138=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1B8A is #03E475. Grayscale: #6A6A6A. Windows color (decimal): -255094 or 9051132. OLE color: 9051132.
HSL color Cylindrical-coordinate representation of color #FC1B8A: hue angle of 330.4º 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 #FC1B8A is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 138 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.01 |
| HSL | 330.4º | 0.97% | 0.55% | - |
| HSV(B) | 330.4º | 0.89% | 0.99% | - |
| XYZ | 45.12 | 23.31 | 26.17 | - |
| YUV | 106.93 | 145.54 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 138 | 0 | 0.89 | 0.45 | 0.01 | 330.4 | 0.97 | 0.55 |
| Hex | FC | 1B | 8A | 0 | 59 | 2D | 1 | 14A | 61 | 37 |
| Octal | 374 | 33 | 212 | 0 | 131 | 55 | 1 | 512 | 141 | 67 |
| Binary | 11111100 | 11011 | 10001010 | 0 | 1011001 | 101101 | 1 | 101001010 | 1100001 | 110111 |
Color Harmonies of #FC1B8A
Complementary color
Monochromatic Colors of #FC1B8A
Black with #FC1B8A
Text Example
Text Example
White with #FC1B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1B8A; }
p { color: rgb(252,27,138); }
H1.HeaderClassName
{
color: #FC1B8A;
}
.AnyTagClassName
{
color: #FC1B8A;
}
</style>
background-color css
<style>
a { background-color: #FC1B8A; }
a { background-color: rgb(252,27,138); }
div.DivClassName
{
background-color: #FC1B8A;
}
.BgClassName
{
background-color: #FC1B8A;
}
</style>
border-color css
<style>
span { border-color: #FC1B8A; }
span { border-color: rgb(252,27,138); }
td.TdClassName
{
border-color: #FC1B8A;
}
.TagClassName
{
border-color: #FC1B8A;
}
</style>