Shades of Deep Pink #FF137C
Tints of Deep Pink #FF137C
RGB
CMYK
RGB Variations
Color information
#FF137C (or 0xFF137C) is known color: Deep Pink. HEX triplet: FF, 13 and 7C. RGB value is (255,19,124). Sum of RGB (Red+Green+Blue) = 255+19+124=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF137C is #00EC83. Grayscale: #656565. Windows color (decimal): -60548 or 8131583. OLE color: 8131583.
HSL color Cylindrical-coordinate representation of color #FF137C: hue angle of 333.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF137C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 124 | - |
| CMYK | 0 | 0.93 | 0.51 | 0 |
| HSL | 333.31º | 1% | 0.54% | - |
| HSV(B) | 333.31º | 0.93% | 1% | - |
| XYZ | 45.11 | 23.18 | 21.17 | - |
| YUV | 101.53 | 140.69 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 124 | 0 | 0.93 | 0.51 | 0 | 333.31 | 1 | 0.54 |
| Hex | FF | 13 | 7C | 0 | 5D | 33 | 0 | 14D | 64 | 36 |
| Octal | 377 | 23 | 174 | 0 | 135 | 63 | 0 | 515 | 144 | 66 |
| Binary | 11111111 | 10011 | 1111100 | 0 | 1011101 | 110011 | 0 | 101001101 | 1100100 | 110110 |
Color Harmonies of #FF137C
Complementary color
Monochromatic Colors of #FF137C
Black with #FF137C
Text Example
Text Example
White with #FF137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF137C; }
p { color: rgb(255,19,124); }
H1.HeaderClassName
{
color: #FF137C;
}
.AnyTagClassName
{
color: #FF137C;
}
</style>
background-color css
<style>
a { background-color: #FF137C; }
a { background-color: rgb(255,19,124); }
div.DivClassName
{
background-color: #FF137C;
}
.BgClassName
{
background-color: #FF137C;
}
</style>
border-color css
<style>
span { border-color: #FF137C; }
span { border-color: rgb(255,19,124); }
td.TdClassName
{
border-color: #FF137C;
}
.TagClassName
{
border-color: #FF137C;
}
</style>