Html Css Color HEX #F64C70 Wild Watermelon

📋 copy color: '#F64C70'

red 246 ◦ green 76 ◦ blue 112

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

Shades of Wild Watermelon #F64C70

Tints of Wild Watermelon #F64C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 112 (44.14% from 255) = 25.81%

R = 56.68%
G = 17.51%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F64C70 (or 0xF64C70) is known color: Wild Watermelon. HEX triplet: F6, 4C and 70. RGB value is (246,76,112). Sum of RGB (Red+Green+Blue) = 246+76+112=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64C70 is #09B38F. Grayscale: #828282. Windows color (decimal): -635792 or 7359734. OLE color: 7359734.

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

Color convert

RGB 246 76 112 -
CMYK 0 0.69 0.54 0.04
HSL 347.29º 0.9% 0.63% -
HSV(B) 347.29º 0.69% 0.96% -
XYZ 43.52 25.93 18.04 -
YUV 130.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 246 76 112 0 0.69 0.54 0.04 347.29 0.9 0.63
Hex F6 4C 70 0 45 36 4 15B 5A 3F
Octal 366 114 160 0 105 66 4 533 132 77
Binary 11110110 1001100 1110000 0 1000101 110110 100 101011011 1011010 111111

Color Harmonies of #F64C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C70

Black with #F64C70

Text Example


Text Example

White with #F64C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C70; }

 p { color: rgb(246,76,112); }

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

background-color css

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

 a { background-color: rgb(246,76,112); }

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

border-color css

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

 span { border-color: rgb(246,76,112); }

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