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