#f35660

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

Shades of Wild Watermelon #F35660

Tints of Wild Watermelon #F35660

Color information

#F35660 (or 0xF35660) is unknown color: approx Wild Watermelon. HEX triplet: F3, 56 and 60. RGB value is (243,86,96). Sum of RGB (Red+Green+Blue) = 243+86+96=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F35660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35660 is #0CA99F. Grayscale: #868686. Windows color (decimal): -829856 or 6313715. OLE color: 6313715.

HSL color Cylindrical-coordinate representation of color #F35660: hue angle of 356.18º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F35660 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB2438696-
CMYK00.650.600.05
HSL356.18º86.74%64.51%-
HSV(B)356.18º64.61%95.29%-
XYZ42.426.5513.96-
YUV134.08106.51205.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.18%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=57.18%
G=20.24%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243869600.650.600.05356.1886.7464.51
HexF356600413C51645741
Octal3631261400101745544127101
Binary11110011101011011000000100000111110010110110010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f35660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f35660; }

 p { color: rgb(243,86,96); }

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

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

 a { background-color: rgb(243,86,96); }

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

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

 span { border-color: rgb(243,86,96); }

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