#F75E77

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

Shades of Wild Watermelon #F75E77

Tints of Wild Watermelon #F75E77

Color information

#F75E77 (or 0xF75E77) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5E and 77. RGB value is (247,94,119). Sum of RGB (Red+Green+Blue) = 247+94+119=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75E77 is #08A188. Grayscale: #8E8E8E. Windows color (decimal): -565641 or 7823095. OLE color: 7823095.

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

Color convert

RGB24794119-
CMYK00.620.520.03
HSL350.2º90.53%66.86%-
HSV(B)350.2º61.94%96.86%-
XYZ45.6929.1120.66-
YUV142.6114.69202.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.70%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=53.70%
G=20.43%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479411900.620.520.03350.290.5366.86
HexF75E7703E34315e5b43
Octal367136167076643536133103
Binary111101111011110111011101111101101001110101111010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75E77; }

 p { color: rgb(247,94,119); }

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

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

 a { background-color: rgb(247,94,119); }

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

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

 span { border-color: rgb(247,94,119); }

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