#F28E95

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

Shades of Wewak #F28E95

Tints of Wewak #F28E95

Color information

#F28E95 (or 0xF28E95) is unknown color: approx Wewak. HEX triplet: F2, 8E and 95. RGB value is (242,142,149). Sum of RGB (Red+Green+Blue) = 242+142+149=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28E95 is #0D716A. Grayscale: #ACACAC. Windows color (decimal): -881003 or 9801458. OLE color: 9801458.

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

Color convert

RGB242142149-
CMYK00.410.380.05
HSL355.8º79.37%75.29%-
HSV(B)355.8º41.32%94.9%-
XYZ51.7240.3933.5-
YUV172.7114.63177.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=45.40%
G=26.64%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214214900.410.380.05355.879.3775.29
HexF28E950292651644f4b
Octal362216225051465544117113
Binary111100101000111010010101010100110011010110110010010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28E95; }

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

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

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

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

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

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

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

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