#F6566F

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

Shades of Wild Watermelon #F6566F

Tints of Wild Watermelon #F6566F

Color information

#F6566F (or 0xF6566F) is unknown color: approx Wild Watermelon. HEX triplet: F6, 56 and 6F. RGB value is (246,86,111). Sum of RGB (Red+Green+Blue) = 246+86+111=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6566F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6566F is #09A990. Grayscale: #888888. Windows color (decimal): -633233 or 7296758. OLE color: 7296758.

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

Color convert

RGB24686111-
CMYK00.650.550.04
HSL350.62º89.89%65.1%-
HSV(B)350.62º65.04%96.47%-
XYZ44.227.418-
YUV136.69113.51205.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.53%
GREEN value IS 86 (33.98% from 255) = 19.41%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=55.53%
G=19.41%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468611100.650.550.04350.6289.8965.1
HexF6566F04137415f5a41
Octal3661261570101674537132101
Binary11110110101011011011110100000111011110010101111110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6566F; }

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

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

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

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

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

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

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

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