#F68FA0

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

Shades of Wewak #F68FA0

Tints of Wewak #F68FA0

Color information

#F68FA0 (or 0xF68FA0) is unknown color: approx Wewak. HEX triplet: F6, 8F and A0. RGB value is (246,143,160). Sum of RGB (Red+Green+Blue) = 246+143+160=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68FA0 is #09705F. Grayscale: #AFAFAF. Windows color (decimal): -618592 or 10522614. OLE color: 10522614.

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

Color convert

RGB246143160-
CMYK00.420.350.04
HSL350.1º85.12%76.27%-
HSV(B)350.1º41.87%96.47%-
XYZ54.1741.7838.47-
YUV175.74119.12178.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.81%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 160 (62.89% from 255) = 29.14%
R=44.81%
G=26.05%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614316000.420.350.04350.185.1276.27
HexF68FA002A23415e554c
Octal366217240052434536125114
Binary111101101000111110100000010101010001110010101111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68FA0; }

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

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

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

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

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

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

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

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