#F85960

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

Shades of Wild Watermelon #F85960

Tints of Wild Watermelon #F85960

Color information

#F85960 (or 0xF85960) is unknown color: approx Wild Watermelon. HEX triplet: F8, 59 and 60. RGB value is (248,89,96). Sum of RGB (Red+Green+Blue) = 248+89+96=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F85960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85960 is #07A69F. Grayscale: #898989. Windows color (decimal): -501408 or 6314488. OLE color: 6314488.

HSL color Cylindrical-coordinate representation of color #F85960: hue angle of 357.36º 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 #F85960 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB2488996-
CMYK00.640.610.03
HSL357.36º91.91%66.08%-
HSV(B)357.36º64.11%97.25%-
XYZ44.427.9514.12-
YUV137.34104.68206.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.27%
GREEN value IS 89 (35.16% from 255) = 20.55%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=57.27%
G=20.55%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248899600.640.610.03357.3691.9166.08
HexF859600403D31655c42
Octal3701311400100753545134102
Binary1111100010110011100000010000001111011110110010110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85960; }

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

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

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

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

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

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

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

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