#F28C8E

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

Shades of Wewak #F28C8E

Tints of Wewak #F28C8E

Color information

#F28C8E (or 0xF28C8E) is unknown color: approx Wewak. HEX triplet: F2, 8C and 8E. RGB value is (242,140,142). Sum of RGB (Red+Green+Blue) = 242+140+142=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C8E is #0D7371. Grayscale: #AAAAAA. Windows color (decimal): -881522 or 9342194. OLE color: 9342194.

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

Color convert

RGB242140142-
CMYK00.420.410.05
HSL358.82º79.69%74.9%-
HSV(B)358.82º42.15%94.9%-
XYZ50.8839.5930.55-
YUV170.73111.79178.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.18%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=46.18%
G=26.72%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214014200.420.410.05358.8279.6974.9
HexF28C8E02A295167504b
Octal362214216052515547120113
Binary111100101000110010001110010101010100110110110011110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28C8E; }

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

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

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

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

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

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

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

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