#F2888C

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

Shades of Wewak #F2888C

Tints of Wewak #F2888C

Color information

#F2888C (or 0xF2888C) is unknown color: approx Wewak. HEX triplet: F2, 88 and 8C. RGB value is (242,136,140). Sum of RGB (Red+Green+Blue) = 242+136+140=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2888C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2888C is #0D7773. Grayscale: #A8A8A8. Windows color (decimal): -882548 or 9210098. OLE color: 9210098.

HSL color Cylindrical-coordinate representation of color #F2888C: hue angle of 357.74º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2888C is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB242136140-
CMYK00.440.420.05
HSL357.74º80.3%74.12%-
HSV(B)357.74º43.8%94.9%-
XYZ50.1638.3829.58-
YUV168.15112.12180.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.72%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=46.72%
G=26.25%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213614000.440.420.05357.7480.374.12
HexF2888C02C2A5166504a
Octal362210214054525546120112
Binary111100101000100010001100010110010101010110110011010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2888C; }

 p { color: rgb(242,136,140); }

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

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

 a { background-color: rgb(242,136,140); }

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

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

 span { border-color: rgb(242,136,140); }

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