Html Css Color HEX #F64D6C Wild Watermelon

📋 copy color: '#F64D6C'

red 246 ◦ green 77 ◦ blue 108

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

Shades of Wild Watermelon #F64D6C

Tints of Wild Watermelon #F64D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.06%

R = 57.08%
G = 17.87%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F64D6C (or 0xF64D6C) is known color: Wild Watermelon. HEX triplet: F6, 4D and 6C. RGB value is (246,77,108). Sum of RGB (Red+Green+Blue) = 246+77+108=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D6C is #09B293. Grayscale: #838383. Windows color (decimal): -635540 or 7097846. OLE color: 7097846.

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

Color convert

RGB 246 77 108 -
CMYK 0 0.69 0.56 0.04
HSL 348.99º 0.9% 0.63% -
HSV(B) 348.99º 0.69% 0.96% -
XYZ 43.37 25.98 16.92 -
YUV 131.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 246 77 108 0 0.69 0.56 0.04 348.99 0.9 0.63
Hex F6 4D 6C 0 45 38 4 15D 5A 3F
Octal 366 115 154 0 105 70 4 535 132 77
Binary 11110110 1001101 1101100 0 1000101 111000 100 101011101 1011010 111111

Color Harmonies of #F64D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D6C

Black with #F64D6C

Text Example


Text Example

White with #F64D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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