#F35E64

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

Shades of Wild Watermelon #F35E64

Tints of Wild Watermelon #F35E64

Color information

#F35E64 (or 0xF35E64) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5E and 64. RGB value is (243,94,100). Sum of RGB (Red+Green+Blue) = 243+94+100=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F35E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35E64 is #0CA19B. Grayscale: #8B8B8B. Windows color (decimal): -827804 or 6577907. OLE color: 6577907.

HSL color Cylindrical-coordinate representation of color #F35E64: hue angle of 357.58º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35E64 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB24394100-
CMYK00.610.590.05
HSL357.58º86.13%66.08%-
HSV(B)357.58º61.32%95.29%-
XYZ43.2727.9815.18-
YUV139.23105.86202.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.61%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 100 (39.45% from 255) = 22.88%
R=55.61%
G=21.51%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439410000.610.590.05357.5886.1366.08
HexF35E6403D3B51665642
Octal363136144075735546126102
Binary1111001110111101100100011110111101110110110011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35E64; }

 p { color: rgb(243,94,100); }

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

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

 a { background-color: rgb(243,94,100); }

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

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

 span { border-color: rgb(243,94,100); }

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