#F75E75

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

Shades of Wild Watermelon #F75E75

Tints of Wild Watermelon #F75E75

Color information

#F75E75 (or 0xF75E75) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5E and 75. RGB value is (247,94,117). Sum of RGB (Red+Green+Blue) = 247+94+117=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75E75 is #08A18A. Grayscale: #8E8E8E. Windows color (decimal): -565643 or 7692023. OLE color: 7692023.

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

Color convert

RGB24794117-
CMYK00.620.530.03
HSL350.98º90.53%66.86%-
HSV(B)350.98º61.94%96.86%-
XYZ45.5729.0620.04-
YUV142.37113.69202.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.93%
GREEN value IS 94 (37.11% from 255) = 20.52%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=53.93%
G=20.52%
B=25.55%

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
Decimal2479411700.620.530.03350.9890.5366.86
HexF75E7503E35315f5b43
Octal367136165076653537133103
Binary111101111011110111010101111101101011110101111110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75E75; }

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

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

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

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

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

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

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

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