Shades of Solid Pink #954249
Tints of Solid Pink #954249
RGB
CMYK
RGB Variations
Color information
#954249 (or 0x954249) is known color: Solid Pink. HEX triplet: 95, 42 and 49. RGB value is (149,66,73). Sum of RGB (Red+Green+Blue) = 149+66+73=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #954249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954249 is #6ABDB6. Grayscale: #5B5B5B. Windows color (decimal): -6995383 or 4801173. OLE color: 4801173.
HSL color Cylindrical-coordinate representation of color #954249: hue angle of 354.94º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954249 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 73 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.42 |
| HSL | 354.94º | 0.39% | 0.42% | - |
| HSV(B) | 354.94º | 0.56% | 0.58% | - |
| XYZ | 15.55 | 10.77 | 7.56 | - |
| YUV | 91.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 73 | 0 | 0.56 | 0.51 | 0.42 | 354.94 | 0.39 | 0.42 |
| Hex | 95 | 42 | 49 | 0 | 38 | 33 | 2A | 163 | 27 | 2A |
| Octal | 225 | 102 | 111 | 0 | 70 | 63 | 52 | 543 | 47 | 52 |
| Binary | 10010101 | 1000010 | 1001001 | 0 | 111000 | 110011 | 101010 | 101100011 | 100111 | 101010 |
Color Harmonies of #954249
Complementary color
Monochromatic Colors of #954249
Black with #954249
Text Example
Text Example
White with #954249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954249; }
p { color: rgb(149,66,73); }
H1.HeaderClassName
{
color: #954249;
}
.AnyTagClassName
{
color: #954249;
}
</style>
background-color css
<style>
a { background-color: #954249; }
a { background-color: rgb(149,66,73); }
div.DivClassName
{
background-color: #954249;
}
.BgClassName
{
background-color: #954249;
}
</style>
border-color css
<style>
span { border-color: #954249; }
span { border-color: rgb(149,66,73); }
td.TdClassName
{
border-color: #954249;
}
.TagClassName
{
border-color: #954249;
}
</style>