#F28E93

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

Shades of Wewak #F28E93

Tints of Wewak #F28E93

Color information

#F28E93 (or 0xF28E93) is unknown color: approx Wewak. HEX triplet: F2, 8E and 93. RGB value is (242,142,147). Sum of RGB (Red+Green+Blue) = 242+142+147=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28E93 is #0D716C. Grayscale: #ACACAC. Windows color (decimal): -881005 or 9670386. OLE color: 9670386.

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

Color convert

RGB242142147-
CMYK00.410.390.05
HSL357º79.37%75.29%-
HSV(B)357º41.32%94.9%-
XYZ51.5640.3332.67-
YUV172.47113.63177.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=45.57%
G=26.74%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214214700.410.390.0535779.3775.29
HexF28E930292751654f4b
Octal362216223051475545117113
Binary111100101000111010010011010100110011110110110010110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28E93; }

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

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

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

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

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

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

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

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