Shades of Deep Pink #FC008A
Tints of Deep Pink #FC008A
RGB
CMYK
RGB Variations
Color information
#FC008A (or 0xFC008A) is known color: Deep Pink. HEX triplet: FC, 00 and 8A. RGB value is (252,0,138). Sum of RGB (Red+Green+Blue) = 252+0+138=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC008A is #03FF75. Grayscale: #5A5A5A. Windows color (decimal): -262006 or 9044220. OLE color: 9044220.
HSL color Cylindrical-coordinate representation of color #FC008A: hue angle of 327.14º 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 #FC008A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.45 | 0.01 |
| HSL | 327.14º | 1% | 0.49% | - |
| HSV(B) | 327.14º | 1% | 0.99% | - |
| XYZ | 44.73 | 22.53 | 26.04 | - |
| YUV | 91.08 | 154.49 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 138 | 0 | 1 | 0.45 | 0.01 | 327.14 | 1 | 0.49 |
| Hex | FC | 0 | 8A | 0 | 64 | 2D | 1 | 147 | 64 | 31 |
| Octal | 374 | 0 | 212 | 0 | 144 | 55 | 1 | 507 | 144 | 61 |
| Binary | 11111100 | 0 | 10001010 | 0 | 1100100 | 101101 | 1 | 101000111 | 1100100 | 110001 |
Color Harmonies of #FC008A
Complementary color
Monochromatic Colors of #FC008A
Black with #FC008A
Text Example
Text Example
White with #FC008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC008A; }
p { color: rgb(252,0,138); }
H1.HeaderClassName
{
color: #FC008A;
}
.AnyTagClassName
{
color: #FC008A;
}
</style>
background-color css
<style>
a { background-color: #FC008A; }
a { background-color: rgb(252,0,138); }
div.DivClassName
{
background-color: #FC008A;
}
.BgClassName
{
background-color: #FC008A;
}
</style>
border-color css
<style>
span { border-color: #FC008A; }
span { border-color: rgb(252,0,138); }
td.TdClassName
{
border-color: #FC008A;
}
.TagClassName
{
border-color: #FC008A;
}
</style>