#F65A68

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

Shades of Wild Watermelon #F65A68

Tints of Wild Watermelon #F65A68

Color information

#F65A68 (or 0xF65A68) is unknown color: approx Wild Watermelon. HEX triplet: F6, 5A and 68. RGB value is (246,90,104). Sum of RGB (Red+Green+Blue) = 246+90+104=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65A68 is #09A597. Grayscale: #8A8A8A. Windows color (decimal): -632216 or 6839030. OLE color: 6839030.

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

Color convert

RGB24690104-
CMYK00.630.580.04
HSL354.62º89.66%65.88%-
HSV(B)354.62º63.41%96.47%-
XYZ44.1627.916.16-
YUV138.24108.68204.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.91%
GREEN value IS 90 (35.55% from 255) = 20.45%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=55.91%
G=20.45%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469010400.630.580.04354.6289.6665.88
HexF65A6803F3A41635a42
Octal366132150077724543132102
Binary1111011010110101101000011111111101010010110001110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65A68; }

 p { color: rgb(246,90,104); }

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

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

 a { background-color: rgb(246,90,104); }

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

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

 span { border-color: rgb(246,90,104); }

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