#F28C94

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

Shades of Wewak #F28C94

Tints of Wewak #F28C94

Color information

#F28C94 (or 0xF28C94) is unknown color: approx Wewak. HEX triplet: F2, 8C and 94. RGB value is (242,140,148). Sum of RGB (Red+Green+Blue) = 242+140+148=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C94 is #0D736B. Grayscale: #ABABAB. Windows color (decimal): -881516 or 9735410. OLE color: 9735410.

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

Color convert

RGB242140148-
CMYK00.420.390.05
HSL355.29º79.69%74.9%-
HSV(B)355.29º42.15%94.9%-
XYZ51.3439.7732.99-
YUV171.41114.79178.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.66%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=45.66%
G=26.42%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214014800.420.390.05355.2979.6974.9
HexF28C9402A275163504b
Octal362214224052475543120113
Binary111100101000110010010100010101010011110110110001110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28C94; }

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

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

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

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

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

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

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

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