Html Css Color HEX #F64774 Wild Watermelon

📋 copy color: '#F64774'

red 246 ◦ green 71 ◦ blue 116

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

Shades of Wild Watermelon #F64774

Tints of Wild Watermelon #F64774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.4%

 BLUE value IS 116 (45.7% from 255) = 26.79%

R = 56.81%
G = 16.4%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F64774 (or 0xF64774) is known color: Wild Watermelon. HEX triplet: F6, 47 and 74. RGB value is (246,71,116). Sum of RGB (Red+Green+Blue) = 246+71+116=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F64774 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64774 is #09B88B. Grayscale: #808080. Windows color (decimal): -637068 or 7620598. OLE color: 7620598.

HSL color Cylindrical-coordinate representation of color #F64774: hue angle of 344.57º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F64774 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 71 116 -
CMYK 0 0.71 0.53 0.04
HSL 344.57º 0.91% 0.62% -
HSV(B) 344.57º 0.71% 0.96% -
XYZ 43.41 25.36 19.13 -
YUV 128.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 246 71 116 0 0.71 0.53 0.04 344.57 0.91 0.62
Hex F6 47 74 0 47 35 4 159 5B 3E
Octal 366 107 164 0 107 65 4 531 133 76
Binary 11110110 1000111 1110100 0 1000111 110101 100 101011001 1011011 111110

Color Harmonies of #F64774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64774

Black with #F64774

Text Example


Text Example

White with #F64774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64774; }

 p { color: rgb(246,71,116); }

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

background-color css

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

 a { background-color: rgb(246,71,116); }

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

border-color css

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

 span { border-color: rgb(246,71,116); }

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