#F64D6F

Color #F64D6F Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F64D6F

Tints of Wild Watermelon #F64D6F

Color information

#F64D6F (or 0xF64D6F) is unknown color: approx Wild Watermelon. HEX triplet: F6, 4D and 6F. RGB value is (246,77,111). Sum of RGB (Red+Green+Blue) = 246+77+111=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D6F is #09B290. Grayscale: #838383. Windows color (decimal): -635537 or 7294454. OLE color: 7294454.

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

Color convert

RGB24677111-
CMYK00.690.550.04
HSL347.93º90.37%63.33%-
HSV(B)347.93º68.7%96.47%-
XYZ43.5326.0517.77-
YUV131.41116.49209.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.68%
GREEN value IS 77 (30.47% from 255) = 17.74%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=56.68%
G=17.74%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467711100.690.550.04347.9390.3763.33
HexF64D6F04537415c5a3f
Octal366115157010567453413277
Binary1111011010011011101111010001011101111001010111001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64D6F; }

 p { color: rgb(246,77,111); }

 H1.HeaderClassName
 {
   color: #F64D6F;
 }
 .AnyTagClassName
 {
   color: #F64D6F;
 }
</style>
background-color css

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

 a { background-color: rgb(246,77,111); }

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

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

 span { border-color: rgb(246,77,111); }

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