Shades of Deep Pink #FC147B
Tints of Deep Pink #FC147B
RGB
CMYK
RGB Variations
Color information
#FC147B (or 0xFC147B) is known color: Deep Pink. HEX triplet: FC, 14 and 7B. RGB value is (252,20,123). Sum of RGB (Red+Green+Blue) = 252+20+123=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC147B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC147B is #03EB84. Grayscale: #646464. Windows color (decimal): -256901 or 8066300. OLE color: 8066300.
HSL color Cylindrical-coordinate representation of color #FC147B: hue angle of 333.36º 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 #FC147B is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 123 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.01 |
| HSL | 333.36º | 0.97% | 0.53% | - |
| HSV(B) | 333.36º | 0.92% | 0.99% | - |
| XYZ | 43.97 | 22.63 | 20.79 | - |
| YUV | 101.11 | 140.36 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 123 | 0 | 0.92 | 0.51 | 0.01 | 333.36 | 0.97 | 0.53 |
| Hex | FC | 14 | 7B | 0 | 5C | 33 | 1 | 14D | 61 | 35 |
| Octal | 374 | 24 | 173 | 0 | 134 | 63 | 1 | 515 | 141 | 65 |
| Binary | 11111100 | 10100 | 1111011 | 0 | 1011100 | 110011 | 1 | 101001101 | 1100001 | 110101 |
Color Harmonies of #FC147B
Complementary color
Monochromatic Colors of #FC147B
Black with #FC147B
Text Example
Text Example
White with #FC147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC147B; }
p { color: rgb(252,20,123); }
H1.HeaderClassName
{
color: #FC147B;
}
.AnyTagClassName
{
color: #FC147B;
}
</style>
background-color css
<style>
a { background-color: #FC147B; }
a { background-color: rgb(252,20,123); }
div.DivClassName
{
background-color: #FC147B;
}
.BgClassName
{
background-color: #FC147B;
}
</style>
border-color css
<style>
span { border-color: #FC147B; }
span { border-color: rgb(252,20,123); }
td.TdClassName
{
border-color: #FC147B;
}
.TagClassName
{
border-color: #FC147B;
}
</style>