#F68F94

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

Shades of Wewak #F68F94

Tints of Wewak #F68F94

Color information

#F68F94 (or 0xF68F94) is unknown color: approx Wewak. HEX triplet: F6, 8F and 94. RGB value is (246,143,148). Sum of RGB (Red+Green+Blue) = 246+143+148=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68F94 is #09706B. Grayscale: #AEAEAE. Windows color (decimal): -618604 or 9736182. OLE color: 9736182.

HSL color Cylindrical-coordinate representation of color #F68F94: hue angle of 357.09º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68F94 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB246143148-
CMYK00.420.400.04
HSL357.09º85.12%76.27%-
HSV(B)357.09º41.87%96.47%-
XYZ53.1741.3833.2-
YUV174.37113.12179.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.81%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=45.81%
G=26.63%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614314800.420.400.04357.0985.1276.27
HexF68F9402A284165554c
Octal366217224052504545125114
Binary111101101000111110010100010101010100010010110010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68F94; }

 p { color: rgb(246,143,148); }

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

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

 a { background-color: rgb(246,143,148); }

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

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

 span { border-color: rgb(246,143,148); }

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