Html Css Color HEX #F85859 Wild Watermelon

📋 copy color: '#F85859'

red 248 ◦ green 88 ◦ blue 89

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

Shades of Wild Watermelon #F85859

Tints of Wild Watermelon #F85859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.71%

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

R = 58.35%
G = 20.71%
B = 20.94%

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

#F85859 (or 0xF85859) is known color: Wild Watermelon. HEX triplet: F8, 58 and 59. RGB value is (248,88,89). Sum of RGB (Red+Green+Blue) = 248+88+89=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F85859 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85859 is #07A7A6. Grayscale: #888888. Windows color (decimal): -501671 or 5855480. OLE color: 5855480.

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

Color convert

RGB 248 88 89 -
CMYK 0 0.65 0.64 0.03
HSL 359.63º 0.92% 0.66% -
HSV(B) 359.63º 0.65% 0.97% -
XYZ 44 27.66 12.47 -
YUV 135.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 248 88 89 0 0.65 0.64 0.03 359.63 0.92 0.66
Hex F8 58 59 0 41 40 3 168 5C 42
Octal 370 130 131 0 101 100 3 550 134 102
Binary 11111000 1011000 1011001 0 1000001 1000000 11 101101000 1011100 1000010

Color Harmonies of #F85859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85859

Black with #F85859

Text Example


Text Example

White with #F85859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85859; }

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

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

background-color css

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

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

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

border-color css

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

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

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