Html Css Color HEX #F64E72 Wild Watermelon

📋 copy color: '#F64E72'

red 246 ◦ green 78 ◦ blue 114

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

Shades of Wild Watermelon #F64E72

Tints of Wild Watermelon #F64E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.81%

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 56.16%
G = 17.81%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F64E72 (or 0xF64E72) is known color: Wild Watermelon. HEX triplet: F6, 4E and 72. RGB value is (246,78,114). Sum of RGB (Red+Green+Blue) = 246+78+114=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64E72 is #09B18D. Grayscale: #848484. Windows color (decimal): -635278 or 7491318. OLE color: 7491318.

HSL color Cylindrical-coordinate representation of color #F64E72: hue angle of 347.14º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64E72 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 78 114 -
CMYK 0 0.68 0.54 0.04
HSL 347.14º 0.9% 0.64% -
HSV(B) 347.14º 0.68% 0.96% -
XYZ 43.77 26.26 18.68 -
YUV 132.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 246 78 114 0 0.68 0.54 0.04 347.14 0.9 0.64
Hex F6 4E 72 0 44 36 4 15B 5A 40
Octal 366 116 162 0 104 66 4 533 132 100
Binary 11110110 1001110 1110010 0 1000100 110110 100 101011011 1011010 1000000

Color Harmonies of #F64E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64E72

Black with #F64E72

Text Example


Text Example

White with #F64E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64E72; }

 p { color: rgb(246,78,114); }

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

background-color css

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

 a { background-color: rgb(246,78,114); }

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

border-color css

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

 span { border-color: rgb(246,78,114); }

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