Shades of Deep Pink #FF147A
Tints of Deep Pink #FF147A
RGB
CMYK
RGB Variations
Color information
#FF147A (or 0xFF147A) is known color: Deep Pink. HEX triplet: FF, 14 and 7A. RGB value is (255,20,122). Sum of RGB (Red+Green+Blue) = 255+20+122=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF147A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF147A is #00EB85. Grayscale: #656565. Windows color (decimal): -60294 or 8000767. OLE color: 8000767.
HSL color Cylindrical-coordinate representation of color #FF147A: hue angle of 333.96º 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 #FF147A is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 122 | - |
| CMYK | 0 | 0.92 | 0.52 | 0 |
| HSL | 333.96º | 1% | 0.54% | - |
| HSV(B) | 333.96º | 0.92% | 1% | - |
| XYZ | 45 | 23.17 | 20.51 | - |
| YUV | 101.89 | 139.36 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 122 | 0 | 0.92 | 0.52 | 0 | 333.96 | 1 | 0.54 |
| Hex | FF | 14 | 7A | 0 | 5C | 34 | 0 | 14E | 64 | 36 |
| Octal | 377 | 24 | 172 | 0 | 134 | 64 | 0 | 516 | 144 | 66 |
| Binary | 11111111 | 10100 | 1111010 | 0 | 1011100 | 110100 | 0 | 101001110 | 1100100 | 110110 |
Color Harmonies of #FF147A
Complementary color
Monochromatic Colors of #FF147A
Black with #FF147A
Text Example
Text Example
White with #FF147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF147A; }
p { color: rgb(255,20,122); }
H1.HeaderClassName
{
color: #FF147A;
}
.AnyTagClassName
{
color: #FF147A;
}
</style>
background-color css
<style>
a { background-color: #FF147A; }
a { background-color: rgb(255,20,122); }
div.DivClassName
{
background-color: #FF147A;
}
.BgClassName
{
background-color: #FF147A;
}
</style>
border-color css
<style>
span { border-color: #FF147A; }
span { border-color: rgb(255,20,122); }
td.TdClassName
{
border-color: #FF147A;
}
.TagClassName
{
border-color: #FF147A;
}
</style>