#FF97A5

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

Shades of Wewak #FF97A5

Tints of Wewak #FF97A5

Color information

#FF97A5 (or 0xFF97A5) is unknown color: approx Wewak. HEX triplet: FF, 97 and A5. RGB value is (255,151,165). Sum of RGB (Red+Green+Blue) = 255+151+165=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF97A5 is #00685A. Grayscale: #B7B7B7. Windows color (decimal): -26715 or 10852351. OLE color: 10852351.

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

Color convert

RGB255151165-
CMYK00.410.350
HSL351.92º100%79.61%-
HSV(B)351.92º40.78%100%-
XYZ59.146.1141.38-
YUV183.69117.46178.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 165 (64.84% from 255) = 28.90%
R=44.66%
G=26.44%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515116500.410.350351.9210079.61
HexFF97A50292301606450
Octal377227245051430540144120
Binary1111111110010111101001010101001100011010110000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97A5; }

 p { color: rgb(255,151,165); }

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

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

 a { background-color: rgb(255,151,165); }

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

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

 span { border-color: rgb(255,151,165); }

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