#F86376

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

Shades of Wild Watermelon #F86376

Tints of Wild Watermelon #F86376

Color information

#F86376 (or 0xF86376) is unknown color: approx Wild Watermelon. HEX triplet: F8, 63 and 76. RGB value is (248,99,118). Sum of RGB (Red+Green+Blue) = 248+99+118=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F86376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86376 is #079C89. Grayscale: #919191. Windows color (decimal): -498826 or 7758840. OLE color: 7758840.

HSL color Cylindrical-coordinate representation of color #F86376: hue angle of 352.35º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86376 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB24899118-
CMYK00.600.520.03
HSL352.35º91.41%68.04%-
HSV(B)352.35º60.08%97.25%-
XYZ46.4430.1920.52-
YUV145.72112.36200.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.33%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=53.33%
G=21.29%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489911800.600.520.03352.3591.4168.04
HexF8637603C3431605b44
Octal370143166074643540133104
Binary111110001100011111011001111001101001110110000010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86376; }

 p { color: rgb(248,99,118); }

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

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

 a { background-color: rgb(248,99,118); }

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

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

 span { border-color: rgb(248,99,118); }

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