Shades of Deep Pink #FC098D
Tints of Deep Pink #FC098D
RGB
CMYK
RGB Variations
Color information
#FC098D (or 0xFC098D) is known color: Deep Pink. HEX triplet: FC, 09 and 8D. RGB value is (252,9,141). Sum of RGB (Red+Green+Blue) = 252+9+141=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC098D is #03F672. Grayscale: #606060. Windows color (decimal): -259699 or 9243132. OLE color: 9243132.
HSL color Cylindrical-coordinate representation of color #FC098D: hue angle of 327.41º 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 #FC098D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.01 |
| HSL | 327.41º | 0.98% | 0.51% | - |
| HSV(B) | 327.41º | 0.96% | 0.99% | - |
| XYZ | 45.05 | 22.81 | 27.23 | - |
| YUV | 96.71 | 153.01 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 141 | 0 | 0.96 | 0.44 | 0.01 | 327.41 | 0.98 | 0.51 |
| Hex | FC | 9 | 8D | 0 | 60 | 2C | 1 | 147 | 62 | 33 |
| Octal | 374 | 11 | 215 | 0 | 140 | 54 | 1 | 507 | 142 | 63 |
| Binary | 11111100 | 1001 | 10001101 | 0 | 1100000 | 101100 | 1 | 101000111 | 1100010 | 110011 |
Color Harmonies of #FC098D
Complementary color
Monochromatic Colors of #FC098D
Black with #FC098D
Text Example
Text Example
White with #FC098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC098D; }
p { color: rgb(252,9,141); }
H1.HeaderClassName
{
color: #FC098D;
}
.AnyTagClassName
{
color: #FC098D;
}
</style>
background-color css
<style>
a { background-color: #FC098D; }
a { background-color: rgb(252,9,141); }
div.DivClassName
{
background-color: #FC098D;
}
.BgClassName
{
background-color: #FC098D;
}
</style>
border-color css
<style>
span { border-color: #FC098D; }
span { border-color: rgb(252,9,141); }
td.TdClassName
{
border-color: #FC098D;
}
.TagClassName
{
border-color: #FC098D;
}
</style>