#F55D69

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

Shades of Wild Watermelon #F55D69

Tints of Wild Watermelon #F55D69

Color information

#F55D69 (or 0xF55D69) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5D and 69. RGB value is (245,93,105). Sum of RGB (Red+Green+Blue) = 245+93+105=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55D69 is #0AA296. Grayscale: #8B8B8B. Windows color (decimal): -696983 or 6905333. OLE color: 6905333.

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

Color convert

RGB24593105-
CMYK00.620.570.04
HSL355.26º88.37%66.27%-
HSV(B)355.26º62.04%96.08%-
XYZ44.1228.2616.49-
YUV139.82108.36203.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.30%
GREEN value IS 93 (36.72% from 255) = 20.99%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=55.30%
G=20.99%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459310500.620.570.04355.2688.3766.27
HexF55D6903E3941635842
Octal365135151076714543130102
Binary1111010110111011101001011111011100110010110001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55D69; }

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

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

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

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

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

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

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

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