Shades of Deep Pink #FB137C
Tints of Deep Pink #FB137C
RGB
CMYK
RGB Variations
Color information
#FB137C (or 0xFB137C) is known color: Deep Pink. HEX triplet: FB, 13 and 7C. RGB value is (251,19,124). Sum of RGB (Red+Green+Blue) = 251+19+124=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB137C is #04EC83. Grayscale: #646464. Windows color (decimal): -322692 or 8131579. OLE color: 8131579.
HSL color Cylindrical-coordinate representation of color #FB137C: hue angle of 332.84º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB137C is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 124 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.02 |
| HSL | 332.84º | 0.97% | 0.53% | - |
| HSV(B) | 332.84º | 0.92% | 0.98% | - |
| XYZ | 43.65 | 22.43 | 21.1 | - |
| YUV | 100.34 | 141.36 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 124 | 0 | 0.92 | 0.51 | 0.02 | 332.84 | 0.97 | 0.53 |
| Hex | FB | 13 | 7C | 0 | 5C | 33 | 2 | 14D | 61 | 35 |
| Octal | 373 | 23 | 174 | 0 | 134 | 63 | 2 | 515 | 141 | 65 |
| Binary | 11111011 | 10011 | 1111100 | 0 | 1011100 | 110011 | 10 | 101001101 | 1100001 | 110101 |
Color Harmonies of #FB137C
Complementary color
Monochromatic Colors of #FB137C
Black with #FB137C
Text Example
Text Example
White with #FB137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB137C; }
p { color: rgb(251,19,124); }
H1.HeaderClassName
{
color: #FB137C;
}
.AnyTagClassName
{
color: #FB137C;
}
</style>
background-color css
<style>
a { background-color: #FB137C; }
a { background-color: rgb(251,19,124); }
div.DivClassName
{
background-color: #FB137C;
}
.BgClassName
{
background-color: #FB137C;
}
</style>
border-color css
<style>
span { border-color: #FB137C; }
span { border-color: rgb(251,19,124); }
td.TdClassName
{
border-color: #FB137C;
}
.TagClassName
{
border-color: #FB137C;
}
</style>