#F28C9C

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

Shades of Wewak #F28C9C

Tints of Wewak #F28C9C

Color information

#F28C9C (or 0xF28C9C) is unknown color: approx Wewak. HEX triplet: F2, 8C and 9C. RGB value is (242,140,156). Sum of RGB (Red+Green+Blue) = 242+140+156=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C9C is #0D7363. Grayscale: #ACACAC. Windows color (decimal): -881508 or 10259698. OLE color: 10259698.

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

Color convert

RGB242140156-
CMYK00.420.360.05
HSL350.59º79.69%74.9%-
HSV(B)350.59º42.15%94.9%-
XYZ5240.0336.44-
YUV172.32118.79177.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.98%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 156 (61.33% from 255) = 29.00%
R=44.98%
G=26.02%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214015600.420.360.05350.5979.6974.9
HexF28C9C02A24515f504b
Octal362214234052445537120113
Binary111100101000110010011100010101010010010110101111110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28C9C; }

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

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

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

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

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

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

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

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