#F85E64

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

Shades of Wild Watermelon #F85E64

Tints of Wild Watermelon #F85E64

Color information

#F85E64 (or 0xF85E64) is unknown color: approx Wild Watermelon. HEX triplet: F8, 5E and 64. RGB value is (248,94,100). Sum of RGB (Red+Green+Blue) = 248+94+100=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E64 is #07A19B. Grayscale: #8C8C8C. Windows color (decimal): -500124 or 6577912. OLE color: 6577912.

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

Color convert

RGB24894100-
CMYK00.620.600.03
HSL357.66º91.67%67.06%-
HSV(B)357.66º62.1%97.25%-
XYZ45.0128.8815.26-
YUV140.73105.02204.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.11%
GREEN value IS 94 (37.11% from 255) = 21.27%
BLUE value IS 100 (39.45% from 255) = 22.62%
R=56.11%
G=21.27%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489410000.620.600.03357.6691.6767.06
HexF85E6403E3C31665c43
Octal370136144076743546134103
Binary111110001011110110010001111101111001110110011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85E64; }

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

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

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

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

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

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

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

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