#F88FA1

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

Shades of Wewak #F88FA1

Tints of Wewak #F88FA1

Color information

#F88FA1 (or 0xF88FA1) is unknown color: approx Wewak. HEX triplet: F8, 8F and A1. RGB value is (248,143,161). Sum of RGB (Red+Green+Blue) = 248+143+161=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88FA1 is #07705E. Grayscale: #B0B0B0. Windows color (decimal): -487519 or 10588152. OLE color: 10588152.

HSL color Cylindrical-coordinate representation of color #F88FA1: hue angle of 349.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88FA1 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB248143161-
CMYK00.420.350.03
HSL349.71º88.24%76.67%-
HSV(B)349.71º42.34%97.25%-
XYZ54.9742.1738.96-
YUV176.45119.29179.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.93%
GREEN value IS 143 (56.25% from 255) = 25.91%
BLUE value IS 161 (63.28% from 255) = 29.17%
R=44.93%
G=25.91%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814316100.420.350.03349.7188.2476.67
HexF88FA102A23315e584d
Octal370217241052433536130115
Binary11111000100011111010000101010101000111110101111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88FA1; }

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

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

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

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

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

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

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

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