Shades of Deep Pink #FC018A
Tints of Deep Pink #FC018A
RGB
CMYK
RGB Variations
Color information
#FC018A (or 0xFC018A) is known color: Deep Pink. HEX triplet: FC, 01 and 8A. RGB value is (252,1,138). Sum of RGB (Red+Green+Blue) = 252+1+138=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC018A is #03FE75. Grayscale: #5B5B5B. Windows color (decimal): -261750 or 9044476. OLE color: 9044476.
HSL color Cylindrical-coordinate representation of color #FC018A: hue angle of 327.25º 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 #FC018A is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.01 |
| HSL | 327.25º | 0.99% | 0.5% | - |
| HSV(B) | 327.25º | 1% | 0.99% | - |
| XYZ | 44.74 | 22.55 | 26.04 | - |
| YUV | 91.67 | 154.16 | 242.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 138 | 0 | 1.00 | 0.45 | 0.01 | 327.25 | 0.99 | 0.5 |
| Hex | FC | 1 | 8A | 0 | 64 | 2D | 1 | 147 | 63 | 32 |
| Octal | 374 | 1 | 212 | 0 | 144 | 55 | 1 | 507 | 143 | 62 |
| Binary | 11111100 | 1 | 10001010 | 0 | 1100100 | 101101 | 1 | 101000111 | 1100011 | 110010 |
Color Harmonies of #FC018A
Complementary color
Monochromatic Colors of #FC018A
Black with #FC018A
Text Example
Text Example
White with #FC018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC018A; }
p { color: rgb(252,1,138); }
H1.HeaderClassName
{
color: #FC018A;
}
.AnyTagClassName
{
color: #FC018A;
}
</style>
background-color css
<style>
a { background-color: #FC018A; }
a { background-color: rgb(252,1,138); }
div.DivClassName
{
background-color: #FC018A;
}
.BgClassName
{
background-color: #FC018A;
}
</style>
border-color css
<style>
span { border-color: #FC018A; }
span { border-color: rgb(252,1,138); }
td.TdClassName
{
border-color: #FC018A;
}
.TagClassName
{
border-color: #FC018A;
}
</style>