Html Css Color HEX #F85964 Wild Watermelon

📋 copy color: '#F85964'

red 248 ◦ green 89 ◦ blue 100

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

Shades of Wild Watermelon #F85964

Tints of Wild Watermelon #F85964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.37%

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

R = 56.75%
G = 20.37%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F85964 (or 0xF85964) is known color: Wild Watermelon. HEX triplet: F8, 59 and 64. RGB value is (248,89,100). Sum of RGB (Red+Green+Blue) = 248+89+100=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F85964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85964 is #07A69B. Grayscale: #898989. Windows color (decimal): -501404 or 6576632. OLE color: 6576632.

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

Color convert

RGB 248 89 100 -
CMYK 0 0.64 0.60 0.03
HSL 355.85º 0.92% 0.66% -
HSV(B) 355.85º 0.64% 0.97% -
XYZ 44.58 28.02 15.12 -
YUV 137.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 248 89 100 0 0.64 0.60 0.03 355.85 0.92 0.66
Hex F8 59 64 0 40 3C 3 164 5C 42
Octal 370 131 144 0 100 74 3 544 134 102
Binary 11111000 1011001 1100100 0 1000000 111100 11 101100100 1011100 1000010

Color Harmonies of #F85964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85964

Black with #F85964

Text Example


Text Example

White with #F85964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85964; }

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

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

background-color css

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

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

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

border-color css

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

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

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