Html Css Color HEX #F85659 Wild Watermelon

📋 copy color: '#F85659'

red 248 ◦ green 86 ◦ blue 89

#F85659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F85659

Tints of Wild Watermelon #F85659

RGB

 RED value IS 248 (97.27% from 255) = 58.63%

 GREEN value IS 86 (33.98% from 255) = 20.33%

 BLUE value IS 89 (35.16% from 255) = 21.04%

R = 58.63%
G = 20.33%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F85659 (or 0xF85659) is known color: Wild Watermelon. HEX triplet: F8, 56 and 59. RGB value is (248,86,89). Sum of RGB (Red+Green+Blue) = 248+86+89=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F85659 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85659 is #07A9A6. Grayscale: #868686. Windows color (decimal): -502183 or 5854968. OLE color: 5854968.

HSL color Cylindrical-coordinate representation of color #F85659: hue angle of 358.89º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85659 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 86 89 -
CMYK 0 0.65 0.64 0.03
HSL 358.89º 0.92% 0.65% -
HSV(B) 358.89º 0.65% 0.97% -
XYZ 43.84 27.33 12.42 -
YUV 134.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 248 86 89 0 0.65 0.64 0.03 358.89 0.92 0.65
Hex F8 56 59 0 41 40 3 167 5C 41
Octal 370 126 131 0 101 100 3 547 134 101
Binary 11111000 1010110 1011001 0 1000001 1000000 11 101100111 1011100 1000001

Color Harmonies of #F85659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85659

Black with #F85659

Text Example


Text Example

White with #F85659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85659; }

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

 H1.HeaderClassName
 {
   color: #F85659;
 }
 .AnyTagClassName
 {
   color: #F85659;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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