#F0929C

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

Shades of Wewak #F0929C

Tints of Wewak #F0929C

Color information

#F0929C (or 0xF0929C) is unknown color: approx Wewak. HEX triplet: F0, 92 and 9C. RGB value is (240,146,156). Sum of RGB (Red+Green+Blue) = 240+146+156=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0929C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0929C is #0F6D63. Grayscale: #AFAFAF. Windows color (decimal): -1011044 or 10261232. OLE color: 10261232.

HSL color Cylindrical-coordinate representation of color #F0929C: hue angle of 353.62º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0929C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240146156-
CMYK00.390.350.06
HSL353.62º75.81%75.69%-
HSV(B)353.62º39.17%94.12%-
XYZ52.2141.4836.71-
YUV175.25117.14174.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.28%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=44.28%
G=26.94%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014615600.390.350.06353.6275.8175.69
HexF0929C0272361624c4c
Octal360222234047436542114114
Binary111100001001001010011100010011110001111010110001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0929C; }

 p { color: rgb(240,146,156); }

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

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

 a { background-color: rgb(240,146,156); }

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

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

 span { border-color: rgb(240,146,156); }

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