#F88A8E

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

Shades of Wewak #F88A8E

Tints of Wewak #F88A8E

Color information

#F88A8E (or 0xF88A8E) is unknown color: approx Wewak. HEX triplet: F8, 8A and 8E. RGB value is (248,138,142). Sum of RGB (Red+Green+Blue) = 248+138+142=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88A8E is #077571. Grayscale: #ABABAB. Windows color (decimal): -488818 or 9341688. OLE color: 9341688.

HSL color Cylindrical-coordinate representation of color #F88A8E: hue angle of 357.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88A8E is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248138142-
CMYK00.440.430.03
HSL357.82º88.71%75.69%-
HSV(B)357.82º44.35%97.25%-
XYZ52.6840.0930.55-
YUV171.35111.44182.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.97%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=46.97%
G=26.14%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813814200.440.430.03357.8288.7175.69
HexF88A8E02C2B3166594c
Octal370212216054533546131114
Binary11111000100010101000111001011001010111110110011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88A8E; }

 p { color: rgb(248,138,142); }

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

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

 a { background-color: rgb(248,138,142); }

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

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

 span { border-color: rgb(248,138,142); }

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