#954288

Color #954288 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #954288

Tints of Trendy Pink #954288

Color information

#954288 (or 0x954288) is unknown color: approx Trendy Pink. HEX triplet: 95, 42 and 88. RGB value is (149,66,136). Sum of RGB (Red+Green+Blue) = 149+66+136=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #954288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954288 is #6ABD77. Grayscale: #626262. Windows color (decimal): -6995320 or 8929941. OLE color: 8929941.

HSL color Cylindrical-coordinate representation of color #954288: hue angle of 309.4º 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 #954288 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14966136-
CMYK00.560.090.42
HSL309.4º38.6%42.16%-
HSV(B)309.4º55.7%58.43%-
XYZ18.7912.0624.63-
YUV98.8149163.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 66 (26.17% from 255) = 18.80%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=42.45%
G=18.80%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496613600.560.090.42309.438.642.16
Hex95428803892A135272a
Octal22510221007011524654752
Binary1001010110000101000100001110001001101010100110101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954288; }

 p { color: rgb(149,66,136); }

 H1.HeaderClassName
 {
   color: #954288;
 }
 .AnyTagClassName
 {
   color: #954288;
 }
</style>
background-color css

<style>
 a { background-color: #954288; }

 a { background-color: rgb(149,66,136); }

 div.DivClassName
 {
   background-color: #954288;
 }
 .BgClassName
 {
   background-color: #954288;
 }
</style>
border-color css

<style>
 span { border-color: #954288; }

 span { border-color: rgb(149,66,136); }

 td.TdClassName
 {
   border-color: #954288;
 }
 .TagClassName
 {
   border-color: #954288;
 }
</style>