Shades of Solid Pink #954246
Tints of Solid Pink #954246
RGB
CMYK
RGB Variations
Color information
#954246 (or 0x954246) is known color: Solid Pink. HEX triplet: 95, 42 and 46. RGB value is (149,66,70). Sum of RGB (Red+Green+Blue) = 149+66+70=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #954246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954246 is #6ABDB9. Grayscale: #5B5B5B. Windows color (decimal): -6995386 or 4604565. OLE color: 4604565.
HSL color Cylindrical-coordinate representation of color #954246: hue angle of 357.11º 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 #954246 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 70 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.42 |
| HSL | 357.11º | 0.39% | 0.42% | - |
| HSV(B) | 357.11º | 0.56% | 0.58% | - |
| XYZ | 15.45 | 10.73 | 7.05 | - |
| YUV | 91.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 70 | 0 | 0.56 | 0.53 | 0.42 | 357.11 | 0.39 | 0.42 |
| Hex | 95 | 42 | 46 | 0 | 38 | 35 | 2A | 165 | 27 | 2A |
| Octal | 225 | 102 | 106 | 0 | 70 | 65 | 52 | 545 | 47 | 52 |
| Binary | 10010101 | 1000010 | 1000110 | 0 | 111000 | 110101 | 101010 | 101100101 | 100111 | 101010 |
Color Harmonies of #954246
Complementary color
Monochromatic Colors of #954246
Black with #954246
Text Example
Text Example
White with #954246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954246; }
p { color: rgb(149,66,70); }
H1.HeaderClassName
{
color: #954246;
}
.AnyTagClassName
{
color: #954246;
}
</style>
background-color css
<style>
a { background-color: #954246; }
a { background-color: rgb(149,66,70); }
div.DivClassName
{
background-color: #954246;
}
.BgClassName
{
background-color: #954246;
}
</style>
border-color css
<style>
span { border-color: #954246; }
span { border-color: rgb(149,66,70); }
td.TdClassName
{
border-color: #954246;
}
.TagClassName
{
border-color: #954246;
}
</style>