Shades of Deep Pink #FC149E
Tints of Deep Pink #FC149E
RGB
CMYK
RGB Variations
Color information
#FC149E (or 0xFC149E) is known color: Deep Pink. HEX triplet: FC, 14 and 9E. RGB value is (252,20,158). Sum of RGB (Red+Green+Blue) = 252+20+158=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC149E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC149E is #03EB61. Grayscale: #686868. Windows color (decimal): -256866 or 10360060. OLE color: 10360060.
HSL color Cylindrical-coordinate representation of color #FC149E: hue angle of 324.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC149E is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 158 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.01 |
| HSL | 324.31º | 0.97% | 0.53% | - |
| HSV(B) | 324.31º | 0.92% | 0.99% | - |
| XYZ | 46.57 | 23.66 | 34.46 | - |
| YUV | 105.1 | 157.86 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 158 | 0 | 0.92 | 0.37 | 0.01 | 324.31 | 0.97 | 0.53 |
| Hex | FC | 14 | 9E | 0 | 5C | 25 | 1 | 144 | 61 | 35 |
| Octal | 374 | 24 | 236 | 0 | 134 | 45 | 1 | 504 | 141 | 65 |
| Binary | 11111100 | 10100 | 10011110 | 0 | 1011100 | 100101 | 1 | 101000100 | 1100001 | 110101 |
Color Harmonies of #FC149E
Complementary color
Monochromatic Colors of #FC149E
Black with #FC149E
Text Example
Text Example
White with #FC149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC149E; }
p { color: rgb(252,20,158); }
H1.HeaderClassName
{
color: #FC149E;
}
.AnyTagClassName
{
color: #FC149E;
}
</style>
background-color css
<style>
a { background-color: #FC149E; }
a { background-color: rgb(252,20,158); }
div.DivClassName
{
background-color: #FC149E;
}
.BgClassName
{
background-color: #FC149E;
}
</style>
border-color css
<style>
span { border-color: #FC149E; }
span { border-color: rgb(252,20,158); }
td.TdClassName
{
border-color: #FC149E;
}
.TagClassName
{
border-color: #FC149E;
}
</style>