#FF95A0

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

Shades of Wewak #FF95A0

Tints of Wewak #FF95A0

Color information

#FF95A0 (or 0xFF95A0) is unknown color: approx Wewak. HEX triplet: FF, 95 and A0. RGB value is (255,149,160). Sum of RGB (Red+Green+Blue) = 255+149+160=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF95A0 is #006A5F. Grayscale: #B6B6B6. Windows color (decimal): -27232 or 10524159. OLE color: 10524159.

HSL color Cylindrical-coordinate representation of color #FF95A0: hue angle of 353.77º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95A0 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255149160-
CMYK00.420.370
HSL353.77º100%79.22%-
HSV(B)353.77º41.57%100%-
XYZ58.3345.2938.93-
YUV181.95115.62180.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.21%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 160 (62.89% from 255) = 28.37%
R=45.21%
G=26.42%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514916000.420.370353.7710079.22
HexFF95A002A250162644f
Octal377225240052450542144117
Binary1111111110010101101000000101010100101010110001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95A0; }

 p { color: rgb(255,149,160); }

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

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

 a { background-color: rgb(255,149,160); }

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

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

 span { border-color: rgb(255,149,160); }

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