#FF696A

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

Shades of Wild Watermelon #FF696A

Tints of Wild Watermelon #FF696A

Color information

#FF696A (or 0xFF696A) is unknown color: approx Wild Watermelon. HEX triplet: FF, 69 and 6A. RGB value is (255,105,106). Sum of RGB (Red+Green+Blue) = 255+105+106=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF696A is #009695. Grayscale: #969696. Windows color (decimal): -38550 or 6973951. OLE color: 6973951.

HSL color Cylindrical-coordinate representation of color #FF696A: hue angle of 359.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF696A is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255105106-
CMYK00.590.580
HSL359.6º100%70.59%-
HSV(B)359.6º58.82%100%-
XYZ48.8932.417.31-
YUV149.96103.2202.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.72%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=54.72%
G=22.53%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510510600.590.580359.610070.59
HexFF696A03B3A01686447
Octal377151152073720550144107
Binary11111111110100111010100111011111010010110100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF696A; }

 p { color: rgb(255,105,106); }

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

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

 a { background-color: rgb(255,105,106); }

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

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

 span { border-color: rgb(255,105,106); }

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