#F0929A

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

Shades of Wewak #F0929A

Tints of Wewak #F0929A

Color information

#F0929A (or 0xF0929A) is unknown color: approx Wewak. HEX triplet: F0, 92 and 9A. RGB value is (240,146,154). Sum of RGB (Red+Green+Blue) = 240+146+154=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0929A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0929A is #0F6D65. Grayscale: #AFAFAF. Windows color (decimal): -1011046 or 10130160. OLE color: 10130160.

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

Color convert

RGB240146154-
CMYK00.390.360.06
HSL354.89º75.81%75.69%-
HSV(B)354.89º39.17%94.12%-
XYZ52.0541.4235.82-
YUV175.02116.14174.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.44%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 154 (60.55% from 255) = 28.52%
R=44.44%
G=27.04%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014615400.390.360.06354.8975.8175.69
HexF0929A0272461634c4c
Octal360222232047446543114114
Binary111100001001001010011010010011110010011010110001110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0929A; }

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

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

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

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

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

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

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

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