Shades of Deep Pink #FC028B
Tints of Deep Pink #FC028B
RGB
CMYK
RGB Variations
Color information
#FC028B (or 0xFC028B) is known color: Deep Pink. HEX triplet: FC, 02 and 8B. RGB value is (252,2,139). Sum of RGB (Red+Green+Blue) = 252+2+139=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC028B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC028B is #03FD74. Grayscale: #5C5C5C. Windows color (decimal): -261493 or 9110268. OLE color: 9110268.
HSL color Cylindrical-coordinate representation of color #FC028B: hue angle of 327.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC028B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.01 |
| HSL | 327.12º | 0.98% | 0.5% | - |
| HSV(B) | 327.12º | 0.99% | 0.99% | - |
| XYZ | 44.83 | 22.6 | 26.43 | - |
| YUV | 92.37 | 154.33 | 241.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 139 | 0 | 0.99 | 0.45 | 0.01 | 327.12 | 0.98 | 0.5 |
| Hex | FC | 2 | 8B | 0 | 63 | 2D | 1 | 147 | 62 | 32 |
| Octal | 374 | 2 | 213 | 0 | 143 | 55 | 1 | 507 | 142 | 62 |
| Binary | 11111100 | 10 | 10001011 | 0 | 1100011 | 101101 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FC028B
Complementary color
Monochromatic Colors of #FC028B
Black with #FC028B
Text Example
Text Example
White with #FC028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC028B; }
p { color: rgb(252,2,139); }
H1.HeaderClassName
{
color: #FC028B;
}
.AnyTagClassName
{
color: #FC028B;
}
</style>
background-color css
<style>
a { background-color: #FC028B; }
a { background-color: rgb(252,2,139); }
div.DivClassName
{
background-color: #FC028B;
}
.BgClassName
{
background-color: #FC028B;
}
</style>
border-color css
<style>
span { border-color: #FC028B; }
span { border-color: rgb(252,2,139); }
td.TdClassName
{
border-color: #FC028B;
}
.TagClassName
{
border-color: #FC028B;
}
</style>