#F55077

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

Shades of Wild Watermelon #F55077

Tints of Wild Watermelon #F55077

Color information

#F55077 (or 0xF55077) is unknown color: approx Wild Watermelon. HEX triplet: F5, 50 and 77. RGB value is (245,80,119). Sum of RGB (Red+Green+Blue) = 245+80+119=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F55077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55077 is #0AAF88. Grayscale: #858585. Windows color (decimal): -700297 or 7819509. OLE color: 7819509.

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

Color convert

RGB24580119-
CMYK00.670.510.04
HSL345.82º89.19%63.73%-
HSV(B)345.82º67.35%96.08%-
XYZ43.8526.4820.25-
YUV133.78119.66207.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.18%
GREEN value IS 80 (31.64% from 255) = 18.02%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=55.18%
G=18.02%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458011900.670.510.04345.8289.1963.73
HexF5507704333415a5940
Octal3651201670103634532131100
Binary11110101101000011101110100001111001110010101101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55077; }

 p { color: rgb(245,80,119); }

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

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

 a { background-color: rgb(245,80,119); }

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

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

 span { border-color: rgb(245,80,119); }

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