#F88F9B

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

Shades of Wewak #F88F9B

Tints of Wewak #F88F9B

Color information

#F88F9B (or 0xF88F9B) is unknown color: approx Wewak. HEX triplet: F8, 8F and 9B. RGB value is (248,143,155). Sum of RGB (Red+Green+Blue) = 248+143+155=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88F9B is #077064. Grayscale: #AFAFAF. Windows color (decimal): -487525 or 10194936. OLE color: 10194936.

HSL color Cylindrical-coordinate representation of color #F88F9B: hue angle of 353.14º 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 #F88F9B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248143155-
CMYK00.420.380.03
HSL353.14º88.24%76.67%-
HSV(B)353.14º42.34%97.25%-
XYZ54.4541.9736.24-
YUV175.76116.29179.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.42%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=45.42%
G=26.19%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814315500.420.380.03353.1488.2476.67
HexF88F9B02A263161584d
Octal370217233052463541130115
Binary11111000100011111001101101010101001101110110000110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88F9B; }

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

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

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

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

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

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

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

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