#F85E65

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

Shades of Wild Watermelon #F85E65

Tints of Wild Watermelon #F85E65

Color information

#F85E65 (or 0xF85E65) is unknown color: approx Wild Watermelon. HEX triplet: F8, 5E and 65. RGB value is (248,94,101). Sum of RGB (Red+Green+Blue) = 248+94+101=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E65 is #07A19A. Grayscale: #8C8C8C. Windows color (decimal): -500123 or 6643448. OLE color: 6643448.

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

Color convert

RGB24894101-
CMYK00.620.590.03
HSL357.27º91.67%67.06%-
HSV(B)357.27º62.1%97.25%-
XYZ45.0628.915.52-
YUV140.84105.52204.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.98%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 101 (39.84% from 255) = 22.80%
R=55.98%
G=21.22%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489410100.620.590.03357.2791.6767.06
HexF85E6503E3B31655c43
Octal370136145076733545134103
Binary111110001011110110010101111101110111110110010110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85E65; }

 p { color: rgb(248,94,101); }

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

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

 a { background-color: rgb(248,94,101); }

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

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

 span { border-color: rgb(248,94,101); }

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