#F85968

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

Shades of Wild Watermelon #F85968

Tints of Wild Watermelon #F85968

Color information

#F85968 (or 0xF85968) is unknown color: approx Wild Watermelon. HEX triplet: F8, 59 and 68. RGB value is (248,89,104). Sum of RGB (Red+Green+Blue) = 248+89+104=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F85968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85968 is #07A697. Grayscale: #8A8A8A. Windows color (decimal): -501400 or 6838776. OLE color: 6838776.

HSL color Cylindrical-coordinate representation of color #F85968: hue angle of 354.34º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85968 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB24889104-
CMYK00.640.580.03
HSL354.34º91.91%66.08%-
HSV(B)354.34º64.11%97.25%-
XYZ44.7828.116.16-
YUV138.25108.68206.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.24%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=56.24%
G=20.18%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488910400.640.580.03354.3491.9166.08
HexF859680403A31625c42
Octal3701311500100723542134102
Binary1111100010110011101000010000001110101110110001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85968; }

 p { color: rgb(248,89,104); }

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

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

 a { background-color: rgb(248,89,104); }

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

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

 span { border-color: rgb(248,89,104); }

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