Shades of Deep Pink #FC018D
Tints of Deep Pink #FC018D
RGB
CMYK
RGB Variations
Color information
#FC018D (or 0xFC018D) is known color: Deep Pink. HEX triplet: FC, 01 and 8D. RGB value is (252,1,141). Sum of RGB (Red+Green+Blue) = 252+1+141=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC018D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC018D is #03FE72. Grayscale: #5B5B5B. Windows color (decimal): -261747 or 9241084. OLE color: 9241084.
HSL color Cylindrical-coordinate representation of color #FC018D: hue angle of 326.53º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC018D is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.01 |
| HSL | 326.53º | 0.99% | 0.5% | - |
| HSV(B) | 326.53º | 1% | 0.99% | - |
| XYZ | 44.96 | 22.64 | 27.2 | - |
| YUV | 92.01 | 155.66 | 242.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 141 | 0 | 1.00 | 0.44 | 0.01 | 326.53 | 0.99 | 0.5 |
| Hex | FC | 1 | 8D | 0 | 64 | 2C | 1 | 147 | 63 | 32 |
| Octal | 374 | 1 | 215 | 0 | 144 | 54 | 1 | 507 | 143 | 62 |
| Binary | 11111100 | 1 | 10001101 | 0 | 1100100 | 101100 | 1 | 101000111 | 1100011 | 110010 |
Color Harmonies of #FC018D
Complementary color
Monochromatic Colors of #FC018D
Black with #FC018D
Text Example
Text Example
White with #FC018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC018D; }
p { color: rgb(252,1,141); }
H1.HeaderClassName
{
color: #FC018D;
}
.AnyTagClassName
{
color: #FC018D;
}
</style>
background-color css
<style>
a { background-color: #FC018D; }
a { background-color: rgb(252,1,141); }
div.DivClassName
{
background-color: #FC018D;
}
.BgClassName
{
background-color: #FC018D;
}
</style>
border-color css
<style>
span { border-color: #FC018D; }
span { border-color: rgb(252,1,141); }
td.TdClassName
{
border-color: #FC018D;
}
.TagClassName
{
border-color: #FC018D;
}
</style>