#F85962

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

Shades of Wild Watermelon #F85962

Tints of Wild Watermelon #F85962

Color information

#F85962 (or 0xF85962) is unknown color: approx Wild Watermelon. HEX triplet: F8, 59 and 62. RGB value is (248,89,98). Sum of RGB (Red+Green+Blue) = 248+89+98=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F85962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85962 is #07A69D. Grayscale: #898989. Windows color (decimal): -501406 or 6445560. OLE color: 6445560.

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

Color convert

RGB2488998-
CMYK00.640.600.03
HSL356.6º91.91%66.08%-
HSV(B)356.6º64.11%97.25%-
XYZ44.4927.9814.61-
YUV137.57105.68206.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.01%
GREEN value IS 89 (35.16% from 255) = 20.46%
BLUE value IS 98 (38.67% from 255) = 22.53%
R=57.01%
G=20.46%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248899800.640.600.03356.691.9166.08
HexF859620403C31655c42
Octal3701311420100743545134102
Binary1111100010110011100010010000001111001110110010110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85962; }

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

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

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

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

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

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

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

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