Html Css Color HEX #F85963 Wild Watermelon

📋 copy color: '#F85963'

red 248 ◦ green 89 ◦ blue 99

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

Shades of Wild Watermelon #F85963

Tints of Wild Watermelon #F85963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.71%

R = 56.88%
G = 20.41%
B = 22.71%

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

#F85963 (or 0xF85963) is known color: Wild Watermelon. HEX triplet: F8, 59 and 63. RGB value is (248,89,99). Sum of RGB (Red+Green+Blue) = 248+89+99=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F85963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85963 is #07A69C. Grayscale: #898989. Windows color (decimal): -501405 or 6511096. OLE color: 6511096.

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

Color convert

RGB 248 89 99 -
CMYK 0 0.64 0.60 0.03
HSL 356.23º 0.92% 0.66% -
HSV(B) 356.23º 0.64% 0.97% -
XYZ 44.54 28 14.86 -
YUV 137.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 248 89 99 0 0.64 0.60 0.03 356.23 0.92 0.66
Hex F8 59 63 0 40 3C 3 164 5C 42
Octal 370 131 143 0 100 74 3 544 134 102
Binary 11111000 1011001 1100011 0 1000000 111100 11 101100100 1011100 1000010

Color Harmonies of #F85963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85963

Black with #F85963

Text Example


Text Example

White with #F85963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85963; }

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

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

background-color css

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

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

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

border-color css

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

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

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