#F28EA0

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

Shades of Wewak #F28EA0

Tints of Wewak #F28EA0

Color information

#F28EA0 (or 0xF28EA0) is unknown color: approx Wewak. HEX triplet: F2, 8E and A0. RGB value is (242,142,160). Sum of RGB (Red+Green+Blue) = 242+142+160=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28EA0 is #0D715F. Grayscale: #ADADAD. Windows color (decimal): -880992 or 10522354. OLE color: 10522354.

HSL color Cylindrical-coordinate representation of color #F28EA0: hue angle of 349.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28EA0 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB242142160-
CMYK00.410.340.05
HSL349.2º79.37%75.29%-
HSV(B)349.2º41.32%94.9%-
XYZ52.6440.7638.35-
YUV173.95120.13176.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 142 (55.86% from 255) = 26.10%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=44.49%
G=26.10%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214216000.410.340.05349.279.3775.29
HexF28EA002922515d4f4b
Octal362216240051425535117113
Binary111100101000111010100000010100110001010110101110110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28EA0; }

 p { color: rgb(242,142,160); }

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

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

 a { background-color: rgb(242,142,160); }

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

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

 span { border-color: rgb(242,142,160); }

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