Html Css Color HEX #F64F7C Wild Watermelon

📋 copy color: '#F64F7C'

red 246 ◦ green 79 ◦ blue 124

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

Shades of Wild Watermelon #F64F7C

Tints of Wild Watermelon #F64F7C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 54.79%
G = 17.59%
B = 27.62%

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

#F64F7C (or 0xF64F7C) is known color: Wild Watermelon. HEX triplet: F6, 4F and 7C. RGB value is (246,79,124). Sum of RGB (Red+Green+Blue) = 246+79+124=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64F7C is #09B083. Grayscale: #868686. Windows color (decimal): -635012 or 8146934. OLE color: 8146934.

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

Color convert

RGB 246 79 124 -
CMYK 0 0.68 0.50 0.04
HSL 343.83º 0.9% 0.64% -
HSV(B) 343.83º 0.68% 0.96% -
XYZ 44.44 26.64 21.87 -
YUV 134.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 246 79 124 0 0.68 0.50 0.04 343.83 0.9 0.64
Hex F6 4F 7C 0 44 32 4 158 5A 40
Octal 366 117 174 0 104 62 4 530 132 100
Binary 11110110 1001111 1111100 0 1000100 110010 100 101011000 1011010 1000000

Color Harmonies of #F64F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F7C

Black with #F64F7C

Text Example


Text Example

White with #F64F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F7C; }

 p { color: rgb(246,79,124); }

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

background-color css

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

 a { background-color: rgb(246,79,124); }

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

border-color css

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

 span { border-color: rgb(246,79,124); }

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