#F55575

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

Shades of Wild Watermelon #F55575

Tints of Wild Watermelon #F55575

Color information

#F55575 (or 0xF55575) is unknown color: approx Wild Watermelon. HEX triplet: F5, 55 and 75. RGB value is (245,85,117). Sum of RGB (Red+Green+Blue) = 245+85+117=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F55575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55575 is #0AAA8A. Grayscale: #888888. Windows color (decimal): -699019 or 7689717. OLE color: 7689717.

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

Color convert

RGB24585117-
CMYK00.650.520.04
HSL348º88.89%64.71%-
HSV(B)348º65.31%96.08%-
XYZ44.1227.1919.75-
YUV136.49117.01205.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.81%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=54.81%
G=19.02%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458511700.650.520.0434888.8964.71
HexF5557504134415c5941
Octal3651251650101644534131101
Binary11110101101010111101010100000111010010010101110010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55575; }

 p { color: rgb(245,85,117); }

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

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

 a { background-color: rgb(245,85,117); }

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

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

 span { border-color: rgb(245,85,117); }

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