Shades of Deep Pink #FC018C
Tints of Deep Pink #FC018C
RGB
CMYK
RGB Variations
Color information
#FC018C (or 0xFC018C) is known color: Deep Pink. HEX triplet: FC, 01 and 8C. RGB value is (252,1,140). Sum of RGB (Red+Green+Blue) = 252+1+140=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC018C is #03FE73. Grayscale: #5B5B5B. Windows color (decimal): -261748 or 9175548. OLE color: 9175548.
HSL color Cylindrical-coordinate representation of color #FC018C: hue angle of 326.77º 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 #FC018C is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.01 |
| HSL | 326.77º | 0.99% | 0.5% | - |
| HSV(B) | 326.77º | 1% | 0.99% | - |
| XYZ | 44.89 | 22.61 | 26.81 | - |
| YUV | 91.9 | 155.16 | 242.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 140 | 0 | 1.00 | 0.44 | 0.01 | 326.77 | 0.99 | 0.5 |
| Hex | FC | 1 | 8C | 0 | 64 | 2C | 1 | 147 | 63 | 32 |
| Octal | 374 | 1 | 214 | 0 | 144 | 54 | 1 | 507 | 143 | 62 |
| Binary | 11111100 | 1 | 10001100 | 0 | 1100100 | 101100 | 1 | 101000111 | 1100011 | 110010 |
Color Harmonies of #FC018C
Complementary color
Monochromatic Colors of #FC018C
Black with #FC018C
Text Example
Text Example
White with #FC018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC018C; }
p { color: rgb(252,1,140); }
H1.HeaderClassName
{
color: #FC018C;
}
.AnyTagClassName
{
color: #FC018C;
}
</style>
background-color css
<style>
a { background-color: #FC018C; }
a { background-color: rgb(252,1,140); }
div.DivClassName
{
background-color: #FC018C;
}
.BgClassName
{
background-color: #FC018C;
}
</style>
border-color css
<style>
span { border-color: #FC018C; }
span { border-color: rgb(252,1,140); }
td.TdClassName
{
border-color: #FC018C;
}
.TagClassName
{
border-color: #FC018C;
}
</style>