#FF696F

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

Shades of Wild Watermelon #FF696F

Tints of Wild Watermelon #FF696F

Color information

#FF696F (or 0xFF696F) is unknown color: approx Wild Watermelon. HEX triplet: FF, 69 and 6F. RGB value is (255,105,111). Sum of RGB (Red+Green+Blue) = 255+105+111=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF696F is #009690. Grayscale: #969696. Windows color (decimal): -38545 or 7301631. OLE color: 7301631.

HSL color Cylindrical-coordinate representation of color #FF696F: hue angle of 357.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 #FF696F is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255105111-
CMYK00.590.560
HSL357.6º100%70.59%-
HSV(B)357.6º58.82%100%-
XYZ49.1632.5118.72-
YUV150.53105.7202.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.14%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 111 (43.75% from 255) = 23.57%
R=54.14%
G=22.29%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510511100.590.560357.610070.59
HexFF696F03B3801666447
Octal377151157073700546144107
Binary11111111110100111011110111011111000010110011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF696F; }

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

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

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

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

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

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

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

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