#F64F73

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

Shades of Wild Watermelon #F64F73

Tints of Wild Watermelon #F64F73

Color information

#F64F73 (or 0xF64F73) is unknown color: approx Wild Watermelon. HEX triplet: F6, 4F and 73. RGB value is (246,79,115). Sum of RGB (Red+Green+Blue) = 246+79+115=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64F73 is #09B08C. Grayscale: #858585. Windows color (decimal): -635021 or 7557110. OLE color: 7557110.

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

Color convert

RGB24679115-
CMYK00.680.530.04
HSL347.07º90.27%63.73%-
HSV(B)347.07º67.89%96.47%-
XYZ43.926.4219.01-
YUV133.04117.83208.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.91%
GREEN value IS 79 (31.25% from 255) = 17.95%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=55.91%
G=17.95%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467911500.680.530.04347.0790.2763.73
HexF64F7304435415b5a40
Octal3661171630104654533132100
Binary11110110100111111100110100010011010110010101101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64F73; }

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

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

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

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

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

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

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

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