#F55374

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

Shades of Wild Watermelon #F55374

Tints of Wild Watermelon #F55374

Color information

#F55374 (or 0xF55374) is unknown color: approx Wild Watermelon. HEX triplet: F5, 53 and 74. RGB value is (245,83,116). Sum of RGB (Red+Green+Blue) = 245+83+116=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F55374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55374 is #0AAC8B. Grayscale: #878787. Windows color (decimal): -699532 or 7623669. OLE color: 7623669.

HSL color Cylindrical-coordinate representation of color #F55374: hue angle of 347.78º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55374 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB24583116-
CMYK00.660.530.04
HSL347.78º89.01%64.31%-
HSV(B)347.78º66.12%96.08%-
XYZ43.926.8619.39-
YUV135.2117.17206.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.18%
GREEN value IS 83 (32.81% from 255) = 18.69%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=55.18%
G=18.69%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458311600.660.530.04347.7889.0164.31
HexF5537404235415c5940
Octal3651231640102654534131100
Binary11110101101001111101000100001011010110010101110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55374; }

 p { color: rgb(245,83,116); }

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

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

 a { background-color: rgb(245,83,116); }

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

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

 span { border-color: rgb(245,83,116); }

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