Html Css Color HEX #F64E64 Wild Watermelon

📋 copy color: '#F64E64'

red 246 ◦ green 78 ◦ blue 100

#F64E64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F64E64

Tints of Wild Watermelon #F64E64

RGB

 RED value IS 246 (96.48% from 255) = 58.02%

 GREEN value IS 78 (30.86% from 255) = 18.4%

 BLUE value IS 100 (39.45% from 255) = 23.58%

R = 58.02%
G = 18.4%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F64E64 (or 0xF64E64) is known color: 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

RGB 246 78 100 -
CMYK 0 0.68 0.59 0.04
HSL 352.14º 0.9% 0.64% -
HSV(B) 352.14º 0.68% 0.96% -
XYZ 43.03 25.96 14.8 -
YUV 130.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 246 78 100 0 0.68 0.59 0.04 352.14 0.9 0.64
Hex F6 4E 64 0 44 3B 4 160 5A 40
Octal 366 116 144 0 104 73 4 540 132 100
Binary 11110110 1001110 1100100 0 1000100 111011 100 101100000 1011010 1000000

Color Harmonies of #F64E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64E64

Black with #F64E64

Text Example


Text Example

White with #F64E64

Text Example


Text Example

HTML Codes & Css Web 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>