Shades of Deep Pink #FC0A8B
Tints of Deep Pink #FC0A8B
RGB
CMYK
RGB Variations
Color information
#FC0A8B (or 0xFC0A8B) is known color: Deep Pink. HEX triplet: FC, 0A and 8B. RGB value is (252,10,139). Sum of RGB (Red+Green+Blue) = 252+10+139=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0A8B is #03F574. Grayscale: #606060. Windows color (decimal): -259445 or 9112316. OLE color: 9112316.
HSL color Cylindrical-coordinate representation of color #FC0A8B: hue angle of 328.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A8B is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 139 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.01 |
| HSL | 328.02º | 0.98% | 0.51% | - |
| HSV(B) | 328.02º | 0.96% | 0.99% | - |
| XYZ | 44.91 | 22.78 | 26.46 | - |
| YUV | 97.06 | 151.67 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 139 | 0 | 0.96 | 0.45 | 0.01 | 328.02 | 0.98 | 0.51 |
| Hex | FC | A | 8B | 0 | 60 | 2D | 1 | 148 | 62 | 33 |
| Octal | 374 | 12 | 213 | 0 | 140 | 55 | 1 | 510 | 142 | 63 |
| Binary | 11111100 | 1010 | 10001011 | 0 | 1100000 | 101101 | 1 | 101001000 | 1100010 | 110011 |
Color Harmonies of #FC0A8B
Complementary color
Monochromatic Colors of #FC0A8B
Black with #FC0A8B
Text Example
Text Example
White with #FC0A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A8B; }
p { color: rgb(252,10,139); }
H1.HeaderClassName
{
color: #FC0A8B;
}
.AnyTagClassName
{
color: #FC0A8B;
}
</style>
background-color css
<style>
a { background-color: #FC0A8B; }
a { background-color: rgb(252,10,139); }
div.DivClassName
{
background-color: #FC0A8B;
}
.BgClassName
{
background-color: #FC0A8B;
}
</style>
border-color css
<style>
span { border-color: #FC0A8B; }
span { border-color: rgb(252,10,139); }
td.TdClassName
{
border-color: #FC0A8B;
}
.TagClassName
{
border-color: #FC0A8B;
}
</style>