#F64E64

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

Shades of Wild Watermelon #F64E64

Tints of Wild Watermelon #F64E64

Color information

#F64E64 (or 0xF64E64) is unknown color: approx Wild Watermelon. HEX triplet: F6, 4E and 64. RGB value is (246,78,100). Sum of RGB (Red+Green+Blue) = 246+78+100=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64E64 is #09B19B. Grayscale: #828282. Windows color (decimal): -635292 or 6573814. OLE color: 6573814.

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

Color convert

RGB24678100-
CMYK00.680.590.04
HSL352.14º90.32%63.53%-
HSV(B)352.14º68.29%96.47%-
XYZ43.0325.9614.8-
YUV130.74110.66210.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 58.02%
GREEN value IS 78 (30.86% from 255) = 18.40%
BLUE value IS 100 (39.45% from 255) = 23.58%
R=58.02%
G=18.40%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467810000.680.590.04352.1490.3263.53
HexF64E640443B41605a40
Octal3661161440104734540132100
Binary11110110100111011001000100010011101110010110000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64E64; }

 p { color: rgb(246,78,100); }

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

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

 a { background-color: rgb(246,78,100); }

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

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

 span { border-color: rgb(246,78,100); }

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