Html Css Color HEX #F85760 Wild Watermelon

📋 copy color: '#F85760'

red 248 ◦ green 87 ◦ blue 96

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

Shades of Wild Watermelon #F85760

Tints of Wild Watermelon #F85760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.19%

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 57.54%
G = 20.19%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F85760 (or 0xF85760) is known color: Wild Watermelon. HEX triplet: F8, 57 and 60. RGB value is (248,87,96). Sum of RGB (Red+Green+Blue) = 248+87+96=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F85760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85760 is #07A89F. Grayscale: #888888. Windows color (decimal): -501920 or 6313976. OLE color: 6313976.

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

Color convert

RGB 248 87 96 -
CMYK 0 0.65 0.61 0.03
HSL 356.65º 0.92% 0.66% -
HSV(B) 356.65º 0.65% 0.97% -
XYZ 44.23 27.62 14.07 -
YUV 136.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 248 87 96 0 0.65 0.61 0.03 356.65 0.92 0.66
Hex F8 57 60 0 41 3D 3 165 5C 42
Octal 370 127 140 0 101 75 3 545 134 102
Binary 11111000 1010111 1100000 0 1000001 111101 11 101100101 1011100 1000010

Color Harmonies of #F85760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85760

Black with #F85760

Text Example


Text Example

White with #F85760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85760; }

 p { color: rgb(248,87,96); }

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

background-color css

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

 a { background-color: rgb(248,87,96); }

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

border-color css

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

 span { border-color: rgb(248,87,96); }

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