#F76775

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

Shades of Wild Watermelon #F76775

Tints of Wild Watermelon #F76775

Color information

#F76775 (or 0xF76775) is unknown color: approx Wild Watermelon. HEX triplet: F7, 67 and 75. RGB value is (247,103,117). Sum of RGB (Red+Green+Blue) = 247+103+117=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F76775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76775 is #08988A. Grayscale: #939393. Windows color (decimal): -563339 or 7694327. OLE color: 7694327.

HSL color Cylindrical-coordinate representation of color #F76775: hue angle of 354.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F76775 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB247103117-
CMYK00.580.530.03
HSL354.17º90%68.63%-
HSV(B)354.17º58.3%96.86%-
XYZ46.4230.7620.32-
YUV147.65110.71198.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.89%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=52.89%
G=22.06%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710311700.580.530.03354.179068.63
HexF7677503A3531625a45
Octal367147165072653542132105
Binary111101111100111111010101110101101011110110001010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76775; }

 p { color: rgb(247,103,117); }

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

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

 a { background-color: rgb(247,103,117); }

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

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

 span { border-color: rgb(247,103,117); }

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