#FF9FA4

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

Shades of Wewak #FF9FA4

Tints of Wewak #FF9FA4

Color information

#FF9FA4 (or 0xFF9FA4) is unknown color: approx Wewak. HEX triplet: FF, 9F and A4. RGB value is (255,159,164). Sum of RGB (Red+Green+Blue) = 255+159+164=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9FA4 is #00605B. Grayscale: #BCBCBC. Windows color (decimal): -24668 or 10788863. OLE color: 10788863.

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

Color convert

RGB255159164-
CMYK00.380.360
HSL356.88º100%81.18%-
HSV(B)356.88º37.65%100%-
XYZ60.3448.7441.35-
YUV188.27114.3175.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 164 (64.45% from 255) = 28.37%
R=44.12%
G=27.51%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515916400.380.360356.8810081.18
HexFF9FA40262401656451
Octal377237244046440545144121
Binary1111111110011111101001000100110100100010110010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9FA4; }

 p { color: rgb(255,159,164); }

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

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

 a { background-color: rgb(255,159,164); }

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

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

 span { border-color: rgb(255,159,164); }

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