Shades of Solid Pink #904150
Tints of Solid Pink #904150
RGB
CMYK
RGB Variations
Color information
#904150 (or 0x904150) is known color: Solid Pink. HEX triplet: 90, 41 and 50. RGB value is (144,65,80). Sum of RGB (Red+Green+Blue) = 144+65+80=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #904150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904150 is #6FBEAF. Grayscale: #5A5A5A. Windows color (decimal): -7323312 or 5259664. OLE color: 5259664.
HSL color Cylindrical-coordinate representation of color #904150: hue angle of 348.61º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904150 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 80 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.44 |
| HSL | 348.61º | 0.38% | 0.41% | - |
| HSV(B) | 348.61º | 0.55% | 0.56% | - |
| XYZ | 14.84 | 10.29 | 8.79 | - |
| YUV | 90.33 | 122.17 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 80 | 0 | 0.55 | 0.44 | 0.44 | 348.61 | 0.38 | 0.41 |
| Hex | 90 | 41 | 50 | 0 | 37 | 2C | 2C | 15D | 26 | 29 |
| Octal | 220 | 101 | 120 | 0 | 67 | 54 | 54 | 535 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1010000 | 0 | 110111 | 101100 | 101100 | 101011101 | 100110 | 101001 |
Color Harmonies of #904150
Complementary color
Monochromatic Colors of #904150
Black with #904150
Text Example
Text Example
White with #904150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904150; }
p { color: rgb(144,65,80); }
H1.HeaderClassName
{
color: #904150;
}
.AnyTagClassName
{
color: #904150;
}
</style>
background-color css
<style>
a { background-color: #904150; }
a { background-color: rgb(144,65,80); }
div.DivClassName
{
background-color: #904150;
}
.BgClassName
{
background-color: #904150;
}
</style>
border-color css
<style>
span { border-color: #904150; }
span { border-color: rgb(144,65,80); }
td.TdClassName
{
border-color: #904150;
}
.TagClassName
{
border-color: #904150;
}
</style>