Html Css Color HEX #F64F65 Wild Watermelon

📋 copy color: '#F64F65'

red 246 ◦ green 79 ◦ blue 101

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

Shades of Wild Watermelon #F64F65

Tints of Wild Watermelon #F64F65

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.54%

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

R = 57.75%
G = 18.54%
B = 23.71%

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

#F64F65 (or 0xF64F65) is known color: Wild Watermelon. HEX triplet: F6, 4F and 65. RGB value is (246,79,101). Sum of RGB (Red+Green+Blue) = 246+79+101=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64F65 is #09B09A. Grayscale: #838383. Windows color (decimal): -635035 or 6639606. OLE color: 6639606.

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

Color convert

RGB 246 79 101 -
CMYK 0 0.68 0.59 0.04
HSL 352.1º 0.9% 0.64% -
HSV(B) 352.1º 0.68% 0.96% -
XYZ 43.15 26.12 15.08 -
YUV 131.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 246 79 101 0 0.68 0.59 0.04 352.1 0.9 0.64
Hex F6 4F 65 0 44 3B 4 160 5A 40
Octal 366 117 145 0 104 73 4 540 132 100
Binary 11110110 1001111 1100101 0 1000100 111011 100 101100000 1011010 1000000

Color Harmonies of #F64F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F65

Black with #F64F65

Text Example


Text Example

White with #F64F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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