Shades of Deep Pink #FC008B
Tints of Deep Pink #FC008B
RGB
CMYK
RGB Variations
Color information
#FC008B (or 0xFC008B) is known color: Deep Pink. HEX triplet: FC, 00 and 8B. RGB value is (252,0,139). Sum of RGB (Red+Green+Blue) = 252+0+139=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC008B is #03FF74. Grayscale: #5A5A5A. Windows color (decimal): -262005 or 9109756. OLE color: 9109756.
HSL color Cylindrical-coordinate representation of color #FC008B: hue angle of 326.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC008B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.45 | 0.01 |
| HSL | 326.9º | 1% | 0.49% | - |
| HSV(B) | 326.9º | 1% | 0.99% | - |
| XYZ | 44.81 | 22.56 | 26.42 | - |
| YUV | 91.19 | 154.99 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 139 | 0 | 1 | 0.45 | 0.01 | 326.9 | 1 | 0.49 |
| Hex | FC | 0 | 8B | 0 | 64 | 2D | 1 | 147 | 64 | 31 |
| Octal | 374 | 0 | 213 | 0 | 144 | 55 | 1 | 507 | 144 | 61 |
| Binary | 11111100 | 0 | 10001011 | 0 | 1100100 | 101101 | 1 | 101000111 | 1100100 | 110001 |
Color Harmonies of #FC008B
Complementary color
Monochromatic Colors of #FC008B
Black with #FC008B
Text Example
Text Example
White with #FC008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC008B; }
p { color: rgb(252,0,139); }
H1.HeaderClassName
{
color: #FC008B;
}
.AnyTagClassName
{
color: #FC008B;
}
</style>
background-color css
<style>
a { background-color: #FC008B; }
a { background-color: rgb(252,0,139); }
div.DivClassName
{
background-color: #FC008B;
}
.BgClassName
{
background-color: #FC008B;
}
</style>
border-color css
<style>
span { border-color: #FC008B; }
span { border-color: rgb(252,0,139); }
td.TdClassName
{
border-color: #FC008B;
}
.TagClassName
{
border-color: #FC008B;
}
</style>