Html Css Color HEX #F64D6A Wild Watermelon

📋 copy color: '#F64D6A'

red 246 ◦ green 77 ◦ blue 106

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

Shades of Wild Watermelon #F64D6A

Tints of Wild Watermelon #F64D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 57.34%
G = 17.95%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F64D6A (or 0xF64D6A) is known color: Wild Watermelon. HEX triplet: F6, 4D and 6A. RGB value is (246,77,106). Sum of RGB (Red+Green+Blue) = 246+77+106=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D6A is #09B295. Grayscale: #828282. Windows color (decimal): -635542 or 6966774. OLE color: 6966774.

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

Color convert

RGB 246 77 106 -
CMYK 0 0.69 0.57 0.04
HSL 349.7º 0.9% 0.63% -
HSV(B) 349.7º 0.69% 0.96% -
XYZ 43.26 25.94 16.36 -
YUV 130.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 246 77 106 0 0.69 0.57 0.04 349.7 0.9 0.63
Hex F6 4D 6A 0 45 39 4 15E 5A 3F
Octal 366 115 152 0 105 71 4 536 132 77
Binary 11110110 1001101 1101010 0 1000101 111001 100 101011110 1011010 111111

Color Harmonies of #F64D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D6A

Black with #F64D6A

Text Example


Text Example

White with #F64D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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