#F76072

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

Shades of Wild Watermelon #F76072

Tints of Wild Watermelon #F76072

Color information

#F76072 (or 0xF76072) is unknown color: approx Wild Watermelon. HEX triplet: F7, 60 and 72. RGB value is (247,96,114). Sum of RGB (Red+Green+Blue) = 247+96+114=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F76072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76072 is #089F8D. Grayscale: #8F8F8F. Windows color (decimal): -565134 or 7495927. OLE color: 7495927.

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

Color convert

RGB24796114-
CMYK00.610.540.03
HSL352.85º90.42%67.25%-
HSV(B)352.85º61.13%96.86%-
XYZ45.5829.3519.18-
YUV143.2111.53202.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.05%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=54.05%
G=21.01%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479611400.610.540.03352.8590.4267.25
HexF7607203D3631615a43
Octal367140162075663541132103
Binary111101111100000111001001111011101101110110000110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76072; }

 p { color: rgb(247,96,114); }

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

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

 a { background-color: rgb(247,96,114); }

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

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

 span { border-color: rgb(247,96,114); }

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