Shades of Deep Pink #FF147E
Tints of Deep Pink #FF147E
RGB
CMYK
RGB Variations
Color information
#FF147E (or 0xFF147E) is known color: Deep Pink. HEX triplet: FF, 14 and 7E. RGB value is (255,20,126). Sum of RGB (Red+Green+Blue) = 255+20+126=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF147E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF147E is #00EB81. Grayscale: #666666. Windows color (decimal): -60290 or 8262911. OLE color: 8262911.
HSL color Cylindrical-coordinate representation of color #FF147E: hue angle of 332.94º 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 #FF147E is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 126 | - |
| CMYK | 0 | 0.92 | 0.51 | 0 |
| HSL | 332.94º | 1% | 0.54% | - |
| HSV(B) | 332.94º | 0.92% | 1% | - |
| XYZ | 45.26 | 23.27 | 21.84 | - |
| YUV | 102.35 | 141.36 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 126 | 0 | 0.92 | 0.51 | 0 | 332.94 | 1 | 0.54 |
| Hex | FF | 14 | 7E | 0 | 5C | 33 | 0 | 14D | 64 | 36 |
| Octal | 377 | 24 | 176 | 0 | 134 | 63 | 0 | 515 | 144 | 66 |
| Binary | 11111111 | 10100 | 1111110 | 0 | 1011100 | 110011 | 0 | 101001101 | 1100100 | 110110 |
Color Harmonies of #FF147E
Complementary color
Monochromatic Colors of #FF147E
Black with #FF147E
Text Example
Text Example
White with #FF147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF147E; }
p { color: rgb(255,20,126); }
H1.HeaderClassName
{
color: #FF147E;
}
.AnyTagClassName
{
color: #FF147E;
}
</style>
background-color css
<style>
a { background-color: #FF147E; }
a { background-color: rgb(255,20,126); }
div.DivClassName
{
background-color: #FF147E;
}
.BgClassName
{
background-color: #FF147E;
}
</style>
border-color css
<style>
span { border-color: #FF147E; }
span { border-color: rgb(255,20,126); }
td.TdClassName
{
border-color: #FF147E;
}
.TagClassName
{
border-color: #FF147E;
}
</style>