#F65373

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

Shades of Wild Watermelon #F65373

Tints of Wild Watermelon #F65373

Color information

#F65373 (or 0xF65373) is unknown color: approx Wild Watermelon. HEX triplet: F6, 53 and 73. RGB value is (246,83,115). Sum of RGB (Red+Green+Blue) = 246+83+115=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F65373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65373 is #09AC8C. Grayscale: #878787. Windows color (decimal): -633997 or 7558134. OLE color: 7558134.

HSL color Cylindrical-coordinate representation of color #F65373: hue angle of 348.22º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65373 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB24683115-
CMYK00.660.530.04
HSL348.22º90.06%64.51%-
HSV(B)348.22º66.26%96.47%-
XYZ44.1927.0219.11-
YUV135.39116.5206.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.41%
GREEN value IS 83 (32.81% from 255) = 18.69%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=55.41%
G=18.69%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468311500.660.530.04348.2290.0664.51
HexF6537304235415c5a41
Octal3661231630102654534132101
Binary11110110101001111100110100001011010110010101110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65373; }

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

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

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

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

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

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

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

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