#FF95A1

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

Shades of Wewak #FF95A1

Tints of Wewak #FF95A1

Color information

#FF95A1 (or 0xFF95A1) is unknown color: approx Wewak. HEX triplet: FF, 95 and A1. RGB value is (255,149,161). Sum of RGB (Red+Green+Blue) = 255+149+161=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF95A1 is #006A5E. Grayscale: #B6B6B6. Windows color (decimal): -27231 or 10589695. OLE color: 10589695.

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

Color convert

RGB255149161-
CMYK00.420.370
HSL353.21º100%79.22%-
HSV(B)353.21º41.57%100%-
XYZ58.4245.3339.39-
YUV182.06116.12180.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 161 (63.28% from 255) = 28.50%
R=45.13%
G=26.37%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514916100.420.370353.2110079.22
HexFF95A102A250161644f
Octal377225241052450541144117
Binary1111111110010101101000010101010100101010110000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95A1; }

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

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

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

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

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

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

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

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