Shades of Deep Pink #FF137E
Tints of Deep Pink #FF137E
RGB
CMYK
RGB Variations
Color information
#FF137E (or 0xFF137E) is known color: Deep Pink. HEX triplet: FF, 13 and 7E. RGB value is (255,19,126). Sum of RGB (Red+Green+Blue) = 255+19+126=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF137E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF137E is #00EC81. Grayscale: #656565. Windows color (decimal): -60546 or 8262655. OLE color: 8262655.
HSL color Cylindrical-coordinate representation of color #FF137E: hue angle of 332.8º 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 #FF137E is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 126 | - |
| CMYK | 0 | 0.93 | 0.51 | 0 |
| HSL | 332.8º | 1% | 0.54% | - |
| HSV(B) | 332.8º | 0.93% | 1% | - |
| XYZ | 45.24 | 23.23 | 21.84 | - |
| YUV | 101.76 | 141.69 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 126 | 0 | 0.93 | 0.51 | 0 | 332.8 | 1 | 0.54 |
| Hex | FF | 13 | 7E | 0 | 5D | 33 | 0 | 14D | 64 | 36 |
| Octal | 377 | 23 | 176 | 0 | 135 | 63 | 0 | 515 | 144 | 66 |
| Binary | 11111111 | 10011 | 1111110 | 0 | 1011101 | 110011 | 0 | 101001101 | 1100100 | 110110 |
Color Harmonies of #FF137E
Complementary color
Monochromatic Colors of #FF137E
Black with #FF137E
Text Example
Text Example
White with #FF137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF137E; }
p { color: rgb(255,19,126); }
H1.HeaderClassName
{
color: #FF137E;
}
.AnyTagClassName
{
color: #FF137E;
}
</style>
background-color css
<style>
a { background-color: #FF137E; }
a { background-color: rgb(255,19,126); }
div.DivClassName
{
background-color: #FF137E;
}
.BgClassName
{
background-color: #FF137E;
}
</style>
border-color css
<style>
span { border-color: #FF137E; }
span { border-color: rgb(255,19,126); }
td.TdClassName
{
border-color: #FF137E;
}
.TagClassName
{
border-color: #FF137E;
}
</style>