#F08692

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

Shades of Wewak #F08692

Tints of Wewak #F08692

Color information

#F08692 (or 0xF08692) is unknown color: approx Wewak. HEX triplet: F0, 86 and 92. RGB value is (240,134,146). Sum of RGB (Red+Green+Blue) = 240+134+146=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F08692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08692 is #0F796D. Grayscale: #A7A7A7. Windows color (decimal): -1014126 or 9602800. OLE color: 9602800.

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

Color convert

RGB240134146-
CMYK00.440.390.06
HSL353.21º77.94%73.33%-
HSV(B)353.21º44.17%94.12%-
XYZ49.6537.6531.84-
YUV167.06116.12180.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.15%
GREEN value IS 134 (52.73% from 255) = 25.77%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=46.15%
G=25.77%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013414600.440.390.06353.2177.9473.33
HexF0869202C2761614e49
Octal360206222054476541116111
Binary111100001000011010010010010110010011111010110000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08692; }

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

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

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

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

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

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

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

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