Html Css Color HEX #F85764 Wild Watermelon

📋 copy color: '#F85764'

red 248 ◦ green 87 ◦ blue 100

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

Shades of Wild Watermelon #F85764

Tints of Wild Watermelon #F85764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 57.01%
G = 20%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F85764 (or 0xF85764) is known color: Wild Watermelon. HEX triplet: F8, 57 and 64. RGB value is (248,87,100). Sum of RGB (Red+Green+Blue) = 248+87+100=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F85764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85764 is #07A89B. Grayscale: #888888. Windows color (decimal): -501916 or 6576120. OLE color: 6576120.

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

Color convert

RGB 248 87 100 -
CMYK 0 0.65 0.60 0.03
HSL 355.16º 0.92% 0.66% -
HSV(B) 355.16º 0.65% 0.97% -
XYZ 44.42 27.69 15.06 -
YUV 136.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 248 87 100 0 0.65 0.60 0.03 355.16 0.92 0.66
Hex F8 57 64 0 41 3C 3 163 5C 42
Octal 370 127 144 0 101 74 3 543 134 102
Binary 11111000 1010111 1100100 0 1000001 111100 11 101100011 1011100 1000010

Color Harmonies of #F85764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85764

Black with #F85764

Text Example


Text Example

White with #F85764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85764; }

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

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

background-color css

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

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

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

border-color css

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

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

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