#F86471

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

Shades of Wild Watermelon #F86471

Tints of Wild Watermelon #F86471

Color information

#F86471 (or 0xF86471) is unknown color: approx Wild Watermelon. HEX triplet: F8, 64 and 71. RGB value is (248,100,113). Sum of RGB (Red+Green+Blue) = 248+100+113=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F86471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86471 is #079B8E. Grayscale: #919191. Windows color (decimal): -498575 or 7431416. OLE color: 7431416.

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

Color convert

RGB248100113-
CMYK00.600.540.03
HSL354.73º91.36%68.24%-
HSV(B)354.73º59.68%97.25%-
XYZ46.2530.2619.03-
YUV145.73109.53200.94-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.80%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=53.80%
G=21.69%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810011300.600.540.03354.7391.3668.24
HexF8647103C3631635b44
Octal370144161074663543133104
Binary111110001100100111000101111001101101110110001110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86471; }

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

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

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

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

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

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

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

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