Shades of Deep Pink #FC128E
Tints of Deep Pink #FC128E
RGB
CMYK
RGB Variations
Color information
#FC128E (or 0xFC128E) is known color: Deep Pink. HEX triplet: FC, 12 and 8E. RGB value is (252,18,142). Sum of RGB (Red+Green+Blue) = 252+18+142=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC128E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC128E is #03ED71. Grayscale: #656565. Windows color (decimal): -257394 or 9310972. OLE color: 9310972.
HSL color Cylindrical-coordinate representation of color #FC128E: hue angle of 328.21º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC128E is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 142 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.01 |
| HSL | 328.21º | 0.98% | 0.53% | - |
| HSV(B) | 328.21º | 0.93% | 0.99% | - |
| XYZ | 45.24 | 23.08 | 27.66 | - |
| YUV | 102.1 | 150.52 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 142 | 0 | 0.93 | 0.44 | 0.01 | 328.21 | 0.98 | 0.53 |
| Hex | FC | 12 | 8E | 0 | 5D | 2C | 1 | 148 | 62 | 35 |
| Octal | 374 | 22 | 216 | 0 | 135 | 54 | 1 | 510 | 142 | 65 |
| Binary | 11111100 | 10010 | 10001110 | 0 | 1011101 | 101100 | 1 | 101001000 | 1100010 | 110101 |
Color Harmonies of #FC128E
Complementary color
Monochromatic Colors of #FC128E
Black with #FC128E
Text Example
Text Example
White with #FC128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC128E; }
p { color: rgb(252,18,142); }
H1.HeaderClassName
{
color: #FC128E;
}
.AnyTagClassName
{
color: #FC128E;
}
</style>
background-color css
<style>
a { background-color: #FC128E; }
a { background-color: rgb(252,18,142); }
div.DivClassName
{
background-color: #FC128E;
}
.BgClassName
{
background-color: #FC128E;
}
</style>
border-color css
<style>
span { border-color: #FC128E; }
span { border-color: rgb(252,18,142); }
td.TdClassName
{
border-color: #FC128E;
}
.TagClassName
{
border-color: #FC128E;
}
</style>