#F85A6C

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

Shades of Wild Watermelon #F85A6C

Tints of Wild Watermelon #F85A6C

Color information

#F85A6C (or 0xF85A6C) is unknown color: approx Wild Watermelon. HEX triplet: F8, 5A and 6C. RGB value is (248,90,108). Sum of RGB (Red+Green+Blue) = 248+90+108=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85A6C is #07A593. Grayscale: #8B8B8B. Windows color (decimal): -501140 or 7101176. OLE color: 7101176.

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

Color convert

RGB24890108-
CMYK00.640.560.03
HSL353.16º91.86%66.27%-
HSV(B)353.16º63.71%97.25%-
XYZ45.0728.3517.28-
YUV139.29110.35205.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.61%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=55.61%
G=20.18%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489010800.640.560.03353.1691.8666.27
HexF85A6C0403831615c42
Octal3701321540100703541134102
Binary1111100010110101101100010000001110001110110000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85A6C; }

 p { color: rgb(248,90,108); }

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

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

 a { background-color: rgb(248,90,108); }

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

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

 span { border-color: rgb(248,90,108); }

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