Shades of Solid Pink #944248
Tints of Solid Pink #944248
RGB
CMYK
RGB Variations
Color information
#944248 (or 0x944248) is known color: Solid Pink. HEX triplet: 94, 42 and 48. RGB value is (148,66,72). Sum of RGB (Red+Green+Blue) = 148+66+72=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #944248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944248 is #6BBDB7. Grayscale: #5B5B5B. Windows color (decimal): -7060920 or 4735636. OLE color: 4735636.
HSL color Cylindrical-coordinate representation of color #944248: hue angle of 355.61º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944248 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 72 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.42 |
| HSL | 355.61º | 0.38% | 0.42% | - |
| HSV(B) | 355.61º | 0.55% | 0.58% | - |
| XYZ | 15.33 | 10.66 | 7.38 | - |
| YUV | 91.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 72 | 0 | 0.55 | 0.51 | 0.42 | 355.61 | 0.38 | 0.42 |
| Hex | 94 | 42 | 48 | 0 | 37 | 33 | 2A | 164 | 26 | 2A |
| Octal | 224 | 102 | 110 | 0 | 67 | 63 | 52 | 544 | 46 | 52 |
| Binary | 10010100 | 1000010 | 1001000 | 0 | 110111 | 110011 | 101010 | 101100100 | 100110 | 101010 |
Color Harmonies of #944248
Complementary color
Monochromatic Colors of #944248
Black with #944248
Text Example
Text Example
White with #944248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944248; }
p { color: rgb(148,66,72); }
H1.HeaderClassName
{
color: #944248;
}
.AnyTagClassName
{
color: #944248;
}
</style>
background-color css
<style>
a { background-color: #944248; }
a { background-color: rgb(148,66,72); }
div.DivClassName
{
background-color: #944248;
}
.BgClassName
{
background-color: #944248;
}
</style>
border-color css
<style>
span { border-color: #944248; }
span { border-color: rgb(148,66,72); }
td.TdClassName
{
border-color: #944248;
}
.TagClassName
{
border-color: #944248;
}
</style>