#F55969

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

Shades of Wild Watermelon #F55969

Tints of Wild Watermelon #F55969

Color information

#F55969 (or 0xF55969) is unknown color: approx Wild Watermelon. HEX triplet: F5, 59 and 69. RGB value is (245,89,105). Sum of RGB (Red+Green+Blue) = 245+89+105=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F55969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55969 is #0AA696. Grayscale: #898989. Windows color (decimal): -698007 or 6904309. OLE color: 6904309.

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

Color convert

RGB24589105-
CMYK00.640.570.04
HSL353.85º88.64%65.49%-
HSV(B)353.85º63.67%96.08%-
XYZ43.7827.5816.38-
YUV137.47109.68204.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.81%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=55.81%
G=20.27%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458910500.640.570.04353.8588.6465.49
HexF559690403941625941
Octal3651311510100714542131101
Binary11110101101100111010010100000011100110010110001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55969; }

 p { color: rgb(245,89,105); }

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

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

 a { background-color: rgb(245,89,105); }

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

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

 span { border-color: rgb(245,89,105); }

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