Html Css Color HEX #F65965 Wild Watermelon

📋 copy color: '#F65965'

red 246 ◦ green 89 ◦ blue 101

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

Shades of Wild Watermelon #F65965

Tints of Wild Watermelon #F65965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 56.42%
G = 20.41%
B = 23.17%

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

#F65965 (or 0xF65965) is known color: Wild Watermelon. HEX triplet: F6, 59 and 65. RGB value is (246,89,101). Sum of RGB (Red+Green+Blue) = 246+89+101=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F65965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65965 is #09A69A. Grayscale: #898989. Windows color (decimal): -632475 or 6642166. OLE color: 6642166.

HSL color Cylindrical-coordinate representation of color #F65965: hue angle of 355.41º 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 #F65965 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 89 101 -
CMYK 0 0.64 0.59 0.04
HSL 355.41º 0.9% 0.66% -
HSV(B) 355.41º 0.64% 0.96% -
XYZ 43.93 27.68 15.34 -
YUV 137.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 246 89 101 0 0.64 0.59 0.04 355.41 0.9 0.66
Hex F6 59 65 0 40 3B 4 163 5A 42
Octal 366 131 145 0 100 73 4 543 132 102
Binary 11110110 1011001 1100101 0 1000000 111011 100 101100011 1011010 1000010

Color Harmonies of #F65965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65965

Black with #F65965

Text Example


Text Example

White with #F65965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65965; }

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

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

background-color css

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

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

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

border-color css

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

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

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