#F75E72

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

Shades of Wild Watermelon #F75E72

Tints of Wild Watermelon #F75E72

Color information

#F75E72 (or 0xF75E72) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5E and 72. RGB value is (247,94,114). Sum of RGB (Red+Green+Blue) = 247+94+114=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75E72 is #08A18D. Grayscale: #8E8E8E. Windows color (decimal): -565646 or 7495415. OLE color: 7495415.

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

Color convert

RGB24794114-
CMYK00.620.540.03
HSL352.16º90.53%66.86%-
HSV(B)352.16º61.94%96.86%-
XYZ45.428.9919.12-
YUV142.03112.19202.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.29%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=54.29%
G=20.66%
B=25.05%

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
Decimal2479411400.620.540.03352.1690.5366.86
HexF75E7203E3631605b43
Octal367136162076663540133103
Binary111101111011110111001001111101101101110110000010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75E72; }

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

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

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

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

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

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

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

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