#F05E71

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

Shades of Wild Watermelon #F05E71

Tints of Wild Watermelon #F05E71

Color information

#F05E71 (or 0xF05E71) is unknown color: approx Wild Watermelon. HEX triplet: F0, 5E and 71. RGB value is (240,94,113). Sum of RGB (Red+Green+Blue) = 240+94+113=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05E71 is #0FA18E. Grayscale: #8B8B8B. Windows color (decimal): -1024399 or 7429872. OLE color: 7429872.

HSL color Cylindrical-coordinate representation of color #F05E71: hue angle of 352.19º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05E71 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB24094113-
CMYK00.610.530.06
HSL352.19º82.95%65.49%-
HSV(B)352.19º60.83%94.12%-
XYZ42.9227.7218.71-
YUV139.82112.87199.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.69%
GREEN value IS 94 (37.11% from 255) = 21.03%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=53.69%
G=21.03%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409411300.610.530.06352.1982.9565.49
HexF05E7103D3561605341
Octal360136161075656540123101
Binary1111000010111101110001011110111010111010110000010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05E71; }

 p { color: rgb(240,94,113); }

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

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

 a { background-color: rgb(240,94,113); }

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

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

 span { border-color: rgb(240,94,113); }

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