#F75D71

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

Shades of Wild Watermelon #F75D71

Tints of Wild Watermelon #F75D71

Color information

#F75D71 (or 0xF75D71) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5D and 71. RGB value is (247,93,113). Sum of RGB (Red+Green+Blue) = 247+93+113=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75D71 is #08A28E. Grayscale: #8D8D8D. Windows color (decimal): -565903 or 7429623. OLE color: 7429623.

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

Color convert

RGB24793113-
CMYK00.620.540.03
HSL352.21º90.59%66.67%-
HSV(B)352.21º62.35%96.86%-
XYZ45.2528.818.8-
YUV141.33112.02203.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.53%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=54.53%
G=20.53%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479311300.620.540.03352.2190.5966.67
HexF75D7103E3631605b43
Octal367135161076663540133103
Binary111101111011101111000101111101101101110110000010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75D71; }

 p { color: rgb(247,93,113); }

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

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

 a { background-color: rgb(247,93,113); }

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

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

 span { border-color: rgb(247,93,113); }

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