Shades of Deep Pink #FC149B
Tints of Deep Pink #FC149B
RGB
CMYK
RGB Variations
Color information
#FC149B (or 0xFC149B) is known color: Deep Pink. HEX triplet: FC, 14 and 9B. RGB value is (252,20,155). Sum of RGB (Red+Green+Blue) = 252+20+155=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC149B is #03EB64. Grayscale: #686868. Windows color (decimal): -256869 or 10163452. OLE color: 10163452.
HSL color Cylindrical-coordinate representation of color #FC149B: hue angle of 325.09º 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 #FC149B is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 155 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.01 |
| HSL | 325.09º | 0.97% | 0.53% | - |
| HSV(B) | 325.09º | 0.92% | 0.99% | - |
| XYZ | 46.31 | 23.56 | 33.12 | - |
| YUV | 104.76 | 156.36 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 155 | 0 | 0.92 | 0.38 | 0.01 | 325.09 | 0.97 | 0.53 |
| Hex | FC | 14 | 9B | 0 | 5C | 26 | 1 | 145 | 61 | 35 |
| Octal | 374 | 24 | 233 | 0 | 134 | 46 | 1 | 505 | 141 | 65 |
| Binary | 11111100 | 10100 | 10011011 | 0 | 1011100 | 100110 | 1 | 101000101 | 1100001 | 110101 |
Color Harmonies of #FC149B
Complementary color
Monochromatic Colors of #FC149B
Black with #FC149B
Text Example
Text Example
White with #FC149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC149B; }
p { color: rgb(252,20,155); }
H1.HeaderClassName
{
color: #FC149B;
}
.AnyTagClassName
{
color: #FC149B;
}
</style>
background-color css
<style>
a { background-color: #FC149B; }
a { background-color: rgb(252,20,155); }
div.DivClassName
{
background-color: #FC149B;
}
.BgClassName
{
background-color: #FC149B;
}
</style>
border-color css
<style>
span { border-color: #FC149B; }
span { border-color: rgb(252,20,155); }
td.TdClassName
{
border-color: #FC149B;
}
.TagClassName
{
border-color: #FC149B;
}
</style>