Html Css Color HEX #F64D64 Wild Watermelon

📋 copy color: '#F64D64'

red 246 ◦ green 77 ◦ blue 100

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

Shades of Wild Watermelon #F64D64

Tints of Wild Watermelon #F64D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.2%

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

R = 58.16%
G = 18.2%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F64D64 (or 0xF64D64) is known color: Wild Watermelon. HEX triplet: F6, 4D and 64. RGB value is (246,77,100). Sum of RGB (Red+Green+Blue) = 246+77+100=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D64 is #09B29B. Grayscale: #828282. Windows color (decimal): -635548 or 6573558. OLE color: 6573558.

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

Color convert

RGB 246 77 100 -
CMYK 0 0.69 0.59 0.04
HSL 351.83º 0.9% 0.63% -
HSV(B) 351.83º 0.69% 0.96% -
XYZ 42.96 25.82 14.78 -
YUV 130.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 246 77 100 0 0.69 0.59 0.04 351.83 0.9 0.63
Hex F6 4D 64 0 45 3B 4 160 5A 3F
Octal 366 115 144 0 105 73 4 540 132 77
Binary 11110110 1001101 1100100 0 1000101 111011 100 101100000 1011010 111111

Color Harmonies of #F64D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D64

Black with #F64D64

Text Example


Text Example

White with #F64D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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