Shades of Deep Pink #FF137B
Tints of Deep Pink #FF137B
RGB
CMYK
RGB Variations
Color information
#FF137B (or 0xFF137B) is known color: Deep Pink. HEX triplet: FF, 13 and 7B. RGB value is (255,19,123). Sum of RGB (Red+Green+Blue) = 255+19+123=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF137B is #00EC84. Grayscale: #656565. Windows color (decimal): -60549 or 8066047. OLE color: 8066047.
HSL color Cylindrical-coordinate representation of color #FF137B: hue angle of 333.56º 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 #FF137B is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 123 | - |
| CMYK | 0 | 0.93 | 0.52 | 0 |
| HSL | 333.56º | 1% | 0.54% | - |
| HSV(B) | 333.56º | 0.93% | 1% | - |
| XYZ | 45.05 | 23.16 | 20.83 | - |
| YUV | 101.42 | 140.19 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 123 | 0 | 0.93 | 0.52 | 0 | 333.56 | 1 | 0.54 |
| Hex | FF | 13 | 7B | 0 | 5D | 34 | 0 | 14E | 64 | 36 |
| Octal | 377 | 23 | 173 | 0 | 135 | 64 | 0 | 516 | 144 | 66 |
| Binary | 11111111 | 10011 | 1111011 | 0 | 1011101 | 110100 | 0 | 101001110 | 1100100 | 110110 |
Color Harmonies of #FF137B
Complementary color
Monochromatic Colors of #FF137B
Black with #FF137B
Text Example
Text Example
White with #FF137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF137B; }
p { color: rgb(255,19,123); }
H1.HeaderClassName
{
color: #FF137B;
}
.AnyTagClassName
{
color: #FF137B;
}
</style>
background-color css
<style>
a { background-color: #FF137B; }
a { background-color: rgb(255,19,123); }
div.DivClassName
{
background-color: #FF137B;
}
.BgClassName
{
background-color: #FF137B;
}
</style>
border-color css
<style>
span { border-color: #FF137B; }
span { border-color: rgb(255,19,123); }
td.TdClassName
{
border-color: #FF137B;
}
.TagClassName
{
border-color: #FF137B;
}
</style>