Html Css Color HEX #F85B64 Wild Watermelon

📋 copy color: '#F85B64'

red 248 ◦ green 91 ◦ blue 100

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

Shades of Wild Watermelon #F85B64

Tints of Wild Watermelon #F85B64

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.73%

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

R = 56.49%
G = 20.73%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F85B64 (or 0xF85B64) is known color: Wild Watermelon. HEX triplet: F8, 5B and 64. RGB value is (248,91,100). Sum of RGB (Red+Green+Blue) = 248+91+100=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B64 is #07A49B. Grayscale: #8B8B8B. Windows color (decimal): -500892 or 6577144. OLE color: 6577144.

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

Color convert

RGB 248 91 100 -
CMYK 0 0.63 0.60 0.03
HSL 356.56º 0.92% 0.66% -
HSV(B) 356.56º 0.63% 0.97% -
XYZ 44.75 28.36 15.17 -
YUV 138.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 248 91 100 0 0.63 0.60 0.03 356.56 0.92 0.66
Hex F8 5B 64 0 3F 3C 3 165 5C 42
Octal 370 133 144 0 77 74 3 545 134 102
Binary 11111000 1011011 1100100 0 111111 111100 11 101100101 1011100 1000010

Color Harmonies of #F85B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B64

Black with #F85B64

Text Example


Text Example

White with #F85B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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