Shades of Deep Pink #FF147C
Tints of Deep Pink #FF147C
RGB
CMYK
RGB Variations
Color information
#FF147C (or 0xFF147C) is known color: Deep Pink. HEX triplet: FF, 14 and 7C. RGB value is (255,20,124). Sum of RGB (Red+Green+Blue) = 255+20+124=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF147C is #00EB83. Grayscale: #656565. Windows color (decimal): -60292 or 8131839. OLE color: 8131839.
HSL color Cylindrical-coordinate representation of color #FF147C: hue angle of 333.45º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF147C is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 124 | - |
| CMYK | 0 | 0.92 | 0.51 | 0 |
| HSL | 333.45º | 1% | 0.54% | - |
| HSV(B) | 333.45º | 0.92% | 1% | - |
| XYZ | 45.13 | 23.22 | 21.17 | - |
| YUV | 102.12 | 140.36 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 124 | 0 | 0.92 | 0.51 | 0 | 333.45 | 1 | 0.54 |
| Hex | FF | 14 | 7C | 0 | 5C | 33 | 0 | 14D | 64 | 36 |
| Octal | 377 | 24 | 174 | 0 | 134 | 63 | 0 | 515 | 144 | 66 |
| Binary | 11111111 | 10100 | 1111100 | 0 | 1011100 | 110011 | 0 | 101001101 | 1100100 | 110110 |
Color Harmonies of #FF147C
Complementary color
Monochromatic Colors of #FF147C
Black with #FF147C
Text Example
Text Example
White with #FF147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF147C; }
p { color: rgb(255,20,124); }
H1.HeaderClassName
{
color: #FF147C;
}
.AnyTagClassName
{
color: #FF147C;
}
</style>
background-color css
<style>
a { background-color: #FF147C; }
a { background-color: rgb(255,20,124); }
div.DivClassName
{
background-color: #FF147C;
}
.BgClassName
{
background-color: #FF147C;
}
</style>
border-color css
<style>
span { border-color: #FF147C; }
span { border-color: rgb(255,20,124); }
td.TdClassName
{
border-color: #FF147C;
}
.TagClassName
{
border-color: #FF147C;
}
</style>