#F85760

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

Shades of Wild Watermelon #F85760

Tints of Wild Watermelon #F85760

Color information

#F85760 (or 0xF85760) is unknown color: approx Wild Watermelon. HEX triplet: F8, 57 and 60. RGB value is (248,87,96). Sum of RGB (Red+Green+Blue) = 248+87+96=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F85760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85760 is #07A89F. Grayscale: #888888. Windows color (decimal): -501920 or 6313976. OLE color: 6313976.

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

Color convert

RGB2488796-
CMYK00.650.610.03
HSL356.65º92%65.69%-
HSV(B)356.65º64.92%97.25%-
XYZ44.2327.6214.07-
YUV136.16105.34207.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.54%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=57.54%
G=20.19%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248879600.650.610.03356.659265.69
HexF857600413D31655c42
Octal3701271400101753545134102
Binary1111100010101111100000010000011111011110110010110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85760; }

 p { color: rgb(248,87,96); }

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

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

 a { background-color: rgb(248,87,96); }

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

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

 span { border-color: rgb(248,87,96); }

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