#FF99A1

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

Shades of Wewak #FF99A1

Tints of Wewak #FF99A1

Color information

#FF99A1 (or 0xFF99A1) is unknown color: approx Wewak. HEX triplet: FF, 99 and A1. RGB value is (255,153,161). Sum of RGB (Red+Green+Blue) = 255+153+161=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF99A1 is #00665E. Grayscale: #B8B8B8. Windows color (decimal): -26207 or 10590719. OLE color: 10590719.

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

Color convert

RGB255153161-
CMYK00.40.370
HSL355.29º100%80%-
HSV(B)355.29º40%100%-
XYZ59.0646.6239.6-
YUV184.41114.79178.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 161 (63.28% from 255) = 28.30%
R=44.82%
G=26.89%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515316100.40.370355.2910080
HexFF99A10282501636450
Octal377231241050450543144120
Binary1111111110011001101000010101000100101010110001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99A1; }

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

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

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

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

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

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

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

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