#F65473

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

Shades of Wild Watermelon #F65473

Tints of Wild Watermelon #F65473

Color information

#F65473 (or 0xF65473) is unknown color: approx Wild Watermelon. HEX triplet: F6, 54 and 73. RGB value is (246,84,115). Sum of RGB (Red+Green+Blue) = 246+84+115=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F65473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65473 is #09AB8C. Grayscale: #888888. Windows color (decimal): -633741 or 7558390. OLE color: 7558390.

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

Color convert

RGB24684115-
CMYK00.660.530.04
HSL348.52º90%64.71%-
HSV(B)348.52º65.85%96.47%-
XYZ44.2727.1719.13-
YUV135.97116.17206.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.28%
GREEN value IS 84 (33.20% from 255) = 18.88%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=55.28%
G=18.88%
B=25.84%

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
Decimal2468411500.660.530.04348.529064.71
HexF6547304235415d5a41
Octal3661241630102654535132101
Binary11110110101010011100110100001011010110010101110110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65473; }

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

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

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

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

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

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

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

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