#FF8FA1

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

Shades of Wewak #FF8FA1

Tints of Wewak #FF8FA1

Color information

#FF8FA1 (or 0xFF8FA1) is unknown color: approx Wewak. HEX triplet: FF, 8F and A1. RGB value is (255,143,161). Sum of RGB (Red+Green+Blue) = 255+143+161=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8FA1 is #00705E. Grayscale: #B2B2B2. Windows color (decimal): -28767 or 10588159. OLE color: 10588159.

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

Color convert

RGB255143161-
CMYK00.440.370
HSL350.36º100%78.04%-
HSV(B)350.36º43.92%100%-
XYZ57.543.4839.08-
YUV178.54118.11182.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 161 (63.28% from 255) = 28.80%
R=45.62%
G=25.58%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514316100.440.370350.3610078.04
HexFF8FA102C25015e644e
Octal377217241054450536144116
Binary1111111110001111101000010101100100101010101111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8FA1; }

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

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

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

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

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

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

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

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