#F68F9A

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

Shades of Wewak #F68F9A

Tints of Wewak #F68F9A

Color information

#F68F9A (or 0xF68F9A) is unknown color: approx Wewak. HEX triplet: F6, 8F and 9A. RGB value is (246,143,154). Sum of RGB (Red+Green+Blue) = 246+143+154=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68F9A is #097065. Grayscale: #AFAFAF. Windows color (decimal): -618598 or 10129398. OLE color: 10129398.

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

Color convert

RGB246143154-
CMYK00.420.370.04
HSL353.59º85.12%76.27%-
HSV(B)353.59º41.87%96.47%-
XYZ53.6641.5735.77-
YUV175.05116.12178.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.30%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=45.30%
G=26.34%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614315400.420.370.04353.5985.1276.27
HexF68F9A02A254162554c
Octal366217232052454542125114
Binary111101101000111110011010010101010010110010110001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68F9A; }

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

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

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

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

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

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

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

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