#F75E74

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

Shades of Wild Watermelon #F75E74

Tints of Wild Watermelon #F75E74

Color information

#F75E74 (or 0xF75E74) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5E and 74. RGB value is (247,94,116). Sum of RGB (Red+Green+Blue) = 247+94+116=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75E74 is #08A18B. Grayscale: #8E8E8E. Windows color (decimal): -565644 or 7626487. OLE color: 7626487.

HSL color Cylindrical-coordinate representation of color #F75E74: hue angle of 351.37º 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 #F75E74 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB24794116-
CMYK00.620.530.03
HSL351.37º90.53%66.86%-
HSV(B)351.37º61.94%96.86%-
XYZ45.5129.0419.73-
YUV142.26113.19202.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.05%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=54.05%
G=20.57%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479411600.620.530.03351.3790.5366.86
HexF75E7403E35315f5b43
Octal367136164076653537133103
Binary111101111011110111010001111101101011110101111110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75E74; }

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

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

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

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

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

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

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

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