#F55C68

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

Shades of Wild Watermelon #F55C68

Tints of Wild Watermelon #F55C68

Color information

#F55C68 (or 0xF55C68) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5C and 68. RGB value is (245,92,104). Sum of RGB (Red+Green+Blue) = 245+92+104=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C68 is #0AA397. Grayscale: #8B8B8B. Windows color (decimal): -697240 or 6839541. OLE color: 6839541.

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

Color convert

RGB24592104-
CMYK00.620.580.04
HSL355.29º88.44%66.08%-
HSV(B)355.29º62.45%96.08%-
XYZ43.9828.0716.2-
YUV139.11108.19203.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.56%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=55.56%
G=20.86%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459210400.620.580.04355.2988.4466.08
HexF55C6803E3A41635842
Octal365134150076724543130102
Binary1111010110111001101000011111011101010010110001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55C68; }

 p { color: rgb(245,92,104); }

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

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

 a { background-color: rgb(245,92,104); }

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

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

 span { border-color: rgb(245,92,104); }

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