Shades of Deep Pink #FC008C
Tints of Deep Pink #FC008C
RGB
CMYK
RGB Variations
Color information
#FC008C (or 0xFC008C) is known color: Deep Pink. HEX triplet: FC, 00 and 8C. RGB value is (252,0,140). Sum of RGB (Red+Green+Blue) = 252+0+140=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC008C is #03FF73. Grayscale: #5B5B5B. Windows color (decimal): -262004 or 9175292. OLE color: 9175292.
HSL color Cylindrical-coordinate representation of color #FC008C: hue angle of 326.67º 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 #FC008C is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.44 | 0.01 |
| HSL | 326.67º | 1% | 0.49% | - |
| HSV(B) | 326.67º | 1% | 0.99% | - |
| XYZ | 44.88 | 22.59 | 26.81 | - |
| YUV | 91.31 | 155.49 | 242.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 140 | 0 | 1 | 0.44 | 0.01 | 326.67 | 1 | 0.49 |
| Hex | FC | 0 | 8C | 0 | 64 | 2C | 1 | 147 | 64 | 31 |
| Octal | 374 | 0 | 214 | 0 | 144 | 54 | 1 | 507 | 144 | 61 |
| Binary | 11111100 | 0 | 10001100 | 0 | 1100100 | 101100 | 1 | 101000111 | 1100100 | 110001 |
Color Harmonies of #FC008C
Complementary color
Monochromatic Colors of #FC008C
Black with #FC008C
Text Example
Text Example
White with #FC008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC008C; }
p { color: rgb(252,0,140); }
H1.HeaderClassName
{
color: #FC008C;
}
.AnyTagClassName
{
color: #FC008C;
}
</style>
background-color css
<style>
a { background-color: #FC008C; }
a { background-color: rgb(252,0,140); }
div.DivClassName
{
background-color: #FC008C;
}
.BgClassName
{
background-color: #FC008C;
}
</style>
border-color css
<style>
span { border-color: #FC008C; }
span { border-color: rgb(252,0,140); }
td.TdClassName
{
border-color: #FC008C;
}
.TagClassName
{
border-color: #FC008C;
}
</style>