Shades of Deep Pink #FC088B
Tints of Deep Pink #FC088B
RGB
CMYK
RGB Variations
Color information
#FC088B (or 0xFC088B) is known color: Deep Pink. HEX triplet: FC, 08 and 8B. RGB value is (252,8,139). Sum of RGB (Red+Green+Blue) = 252+8+139=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC088B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC088B is #03F774. Grayscale: #5F5F5F. Windows color (decimal): -259957 or 9111804. OLE color: 9111804.
HSL color Cylindrical-coordinate representation of color #FC088B: hue angle of 327.79º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC088B is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 139 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.01 |
| HSL | 327.79º | 0.98% | 0.51% | - |
| HSV(B) | 327.79º | 0.97% | 0.99% | - |
| XYZ | 44.89 | 22.73 | 26.45 | - |
| YUV | 95.89 | 152.34 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 139 | 0 | 0.97 | 0.45 | 0.01 | 327.79 | 0.98 | 0.51 |
| Hex | FC | 8 | 8B | 0 | 61 | 2D | 1 | 148 | 62 | 33 |
| Octal | 374 | 10 | 213 | 0 | 141 | 55 | 1 | 510 | 142 | 63 |
| Binary | 11111100 | 1000 | 10001011 | 0 | 1100001 | 101101 | 1 | 101001000 | 1100010 | 110011 |
Color Harmonies of #FC088B
Complementary color
Monochromatic Colors of #FC088B
Black with #FC088B
Text Example
Text Example
White with #FC088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC088B; }
p { color: rgb(252,8,139); }
H1.HeaderClassName
{
color: #FC088B;
}
.AnyTagClassName
{
color: #FC088B;
}
</style>
background-color css
<style>
a { background-color: #FC088B; }
a { background-color: rgb(252,8,139); }
div.DivClassName
{
background-color: #FC088B;
}
.BgClassName
{
background-color: #FC088B;
}
</style>
border-color css
<style>
span { border-color: #FC088B; }
span { border-color: rgb(252,8,139); }
td.TdClassName
{
border-color: #FC088B;
}
.TagClassName
{
border-color: #FC088B;
}
</style>