Html Css Color HEX #F64E7A Wild Watermelon

📋 copy color: '#F64E7A'

red 246 ◦ green 78 ◦ blue 122

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

Shades of Wild Watermelon #F64E7A

Tints of Wild Watermelon #F64E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.35%

R = 55.16%
G = 17.49%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F64E7A (or 0xF64E7A) is known color: Wild Watermelon. HEX triplet: F6, 4E and 7A. RGB value is (246,78,122). Sum of RGB (Red+Green+Blue) = 246+78+122=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64E7A is #09B185. Grayscale: #858585. Windows color (decimal): -635270 or 8015606. OLE color: 8015606.

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

Color convert

RGB 246 78 122 -
CMYK 0 0.68 0.50 0.04
HSL 344.29º 0.9% 0.64% -
HSV(B) 344.29º 0.68% 0.96% -
XYZ 44.24 26.45 21.19 -
YUV 133.25 121.66 208.42 -
System Red Green Blue C M Y K H S L
Decimal 246 78 122 0 0.68 0.50 0.04 344.29 0.9 0.64
Hex F6 4E 7A 0 44 32 4 158 5A 40
Octal 366 116 172 0 104 62 4 530 132 100
Binary 11110110 1001110 1111010 0 1000100 110010 100 101011000 1011010 1000000

Color Harmonies of #F64E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64E7A

Black with #F64E7A

Text Example


Text Example

White with #F64E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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