Html Css Color HEX #F64D71 Wild Watermelon

📋 copy color: '#F64D71'

red 246 ◦ green 77 ◦ blue 113

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

Shades of Wild Watermelon #F64D71

Tints of Wild Watermelon #F64D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.92%

R = 56.42%
G = 17.66%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F64D71 (or 0xF64D71) is known color: Wild Watermelon. HEX triplet: F6, 4D and 71. RGB value is (246,77,113). Sum of RGB (Red+Green+Blue) = 246+77+113=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D71 is #09B28E. Grayscale: #838383. Windows color (decimal): -635535 or 7425526. OLE color: 7425526.

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

Color convert

RGB 246 77 113 -
CMYK 0 0.69 0.54 0.04
HSL 347.22º 0.9% 0.63% -
HSV(B) 347.22º 0.69% 0.96% -
XYZ 43.64 26.09 18.36 -
YUV 131.64 117.49 209.57 -
System Red Green Blue C M Y K H S L
Decimal 246 77 113 0 0.69 0.54 0.04 347.22 0.9 0.63
Hex F6 4D 71 0 45 36 4 15B 5A 3F
Octal 366 115 161 0 105 66 4 533 132 77
Binary 11110110 1001101 1110001 0 1000101 110110 100 101011011 1011010 111111

Color Harmonies of #F64D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D71

Black with #F64D71

Text Example


Text Example

White with #F64D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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