Html Css Color HEX #F64D6E Wild Watermelon

📋 copy color: '#F64D6E'

red 246 ◦ green 77 ◦ blue 110

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

Shades of Wild Watermelon #F64D6E

Tints of Wild Watermelon #F64D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.4%

R = 56.81%
G = 17.78%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F64D6E (or 0xF64D6E) is known color: Wild Watermelon. HEX triplet: F6, 4D and 6E. RGB value is (246,77,110). Sum of RGB (Red+Green+Blue) = 246+77+110=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D6E is #09B291. Grayscale: #838383. Windows color (decimal): -635538 or 7228918. OLE color: 7228918.

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

Color convert

RGB 246 77 110 -
CMYK 0 0.69 0.55 0.04
HSL 348.28º 0.9% 0.63% -
HSV(B) 348.28º 0.69% 0.96% -
XYZ 43.47 26.03 17.48 -
YUV 131.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 246 77 110 0 0.69 0.55 0.04 348.28 0.9 0.63
Hex F6 4D 6E 0 45 37 4 15C 5A 3F
Octal 366 115 156 0 105 67 4 534 132 77
Binary 11110110 1001101 1101110 0 1000101 110111 100 101011100 1011010 111111

Color Harmonies of #F64D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D6E

Black with #F64D6E

Text Example


Text Example

White with #F64D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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