Shades of Deep Pink #FC088A
Tints of Deep Pink #FC088A
RGB
CMYK
RGB Variations
Color information
#FC088A (or 0xFC088A) is known color: Deep Pink. HEX triplet: FC, 08 and 8A. RGB value is (252,8,138). Sum of RGB (Red+Green+Blue) = 252+8+138=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC088A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC088A is #03F775. Grayscale: #5F5F5F. Windows color (decimal): -259958 or 9046268. OLE color: 9046268.
HSL color Cylindrical-coordinate representation of color #FC088A: hue angle of 328.03º 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 #FC088A is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 138 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.01 |
| HSL | 328.03º | 0.98% | 0.51% | - |
| HSV(B) | 328.03º | 0.97% | 0.99% | - |
| XYZ | 44.82 | 22.7 | 26.06 | - |
| YUV | 95.78 | 151.84 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 138 | 0 | 0.97 | 0.45 | 0.01 | 328.03 | 0.98 | 0.51 |
| Hex | FC | 8 | 8A | 0 | 61 | 2D | 1 | 148 | 62 | 33 |
| Octal | 374 | 10 | 212 | 0 | 141 | 55 | 1 | 510 | 142 | 63 |
| Binary | 11111100 | 1000 | 10001010 | 0 | 1100001 | 101101 | 1 | 101001000 | 1100010 | 110011 |
Color Harmonies of #FC088A
Complementary color
Monochromatic Colors of #FC088A
Black with #FC088A
Text Example
Text Example
White with #FC088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC088A; }
p { color: rgb(252,8,138); }
H1.HeaderClassName
{
color: #FC088A;
}
.AnyTagClassName
{
color: #FC088A;
}
</style>
background-color css
<style>
a { background-color: #FC088A; }
a { background-color: rgb(252,8,138); }
div.DivClassName
{
background-color: #FC088A;
}
.BgClassName
{
background-color: #FC088A;
}
</style>
border-color css
<style>
span { border-color: #FC088A; }
span { border-color: rgb(252,8,138); }
td.TdClassName
{
border-color: #FC088A;
}
.TagClassName
{
border-color: #FC088A;
}
</style>