Html Css Color HEX #F65064 Wild Watermelon

📋 copy color: '#F65064'

red 246 ◦ green 80 ◦ blue 100

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

Shades of Wild Watermelon #F65064

Tints of Wild Watermelon #F65064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

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

R = 57.75%
G = 18.78%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F65064 (or 0xF65064) is known color: Wild Watermelon. HEX triplet: F6, 50 and 64. RGB value is (246,80,100). Sum of RGB (Red+Green+Blue) = 246+80+100=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F65064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65064 is #09AF9B. Grayscale: #848484. Windows color (decimal): -634780 or 6574326. OLE color: 6574326.

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

Color convert

RGB 246 80 100 -
CMYK 0 0.67 0.59 0.04
HSL 352.77º 0.9% 0.64% -
HSV(B) 352.77º 0.67% 0.96% -
XYZ 43.17 26.25 14.85 -
YUV 131.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 246 80 100 0 0.67 0.59 0.04 352.77 0.9 0.64
Hex F6 50 64 0 43 3B 4 161 5A 40
Octal 366 120 144 0 103 73 4 541 132 100
Binary 11110110 1010000 1100100 0 1000011 111011 100 101100001 1011010 1000000

Color Harmonies of #F65064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65064

Black with #F65064

Text Example


Text Example

White with #F65064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65064; }

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

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

background-color css

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

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

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

border-color css

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

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

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