#F55665

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

Shades of Wild Watermelon #F55665

Tints of Wild Watermelon #F55665

Color information

#F55665 (or 0xF55665) is unknown color: approx Wild Watermelon. HEX triplet: F5, 56 and 65. RGB value is (245,86,101). Sum of RGB (Red+Green+Blue) = 245+86+101=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F55665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55665 is #0AA99A. Grayscale: #878787. Windows color (decimal): -698779 or 6641397. OLE color: 6641397.

HSL color Cylindrical-coordinate representation of color #F55665: hue angle of 354.34º 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 #F55665 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB24586101-
CMYK00.650.590.04
HSL354.34º88.83%64.9%-
HSV(B)354.34º64.9%96.08%-
XYZ43.3327.0115.24-
YUV135.25108.68206.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.71%
GREEN value IS 86 (33.98% from 255) = 19.91%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=56.71%
G=19.91%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458610100.650.590.04354.3488.8364.9
HexF556650413B41625941
Octal3651261450101734542131101
Binary11110101101011011001010100000111101110010110001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55665; }

 p { color: rgb(245,86,101); }

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

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

 a { background-color: rgb(245,86,101); }

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

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

 span { border-color: rgb(245,86,101); }

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