Html Css Color HEX #F65964 Wild Watermelon

📋 copy color: '#F65964'

red 246 ◦ green 89 ◦ blue 100

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

Shades of Wild Watermelon #F65964

Tints of Wild Watermelon #F65964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.46%

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

R = 56.55%
G = 20.46%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F65964 (or 0xF65964) is known color: Wild Watermelon. HEX triplet: F6, 59 and 64. RGB value is (246,89,100). Sum of RGB (Red+Green+Blue) = 246+89+100=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F65964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65964 is #09A69B. Grayscale: #898989. Windows color (decimal): -632476 or 6576630. OLE color: 6576630.

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

Color convert

RGB 246 89 100 -
CMYK 0 0.64 0.59 0.04
HSL 355.8º 0.9% 0.66% -
HSV(B) 355.8º 0.64% 0.96% -
XYZ 43.88 27.66 15.08 -
YUV 137.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 246 89 100 0 0.64 0.59 0.04 355.8 0.9 0.66
Hex F6 59 64 0 40 3B 4 164 5A 42
Octal 366 131 144 0 100 73 4 544 132 102
Binary 11110110 1011001 1100100 0 1000000 111011 100 101100100 1011010 1000010

Color Harmonies of #F65964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65964

Black with #F65964

Text Example


Text Example

White with #F65964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65964; }

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

 H1.HeaderClassName
 {
   color: #F65964;
 }
 .AnyTagClassName
 {
   color: #F65964;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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