Html Css Color HEX #F85679 Wild Watermelon

📋 copy color: '#F85679'

red 248 ◦ green 86 ◦ blue 121

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

Shades of Wild Watermelon #F85679

Tints of Wild Watermelon #F85679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.9%

 BLUE value IS 121 (47.66% from 255) = 26.59%

R = 54.51%
G = 18.9%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F85679 (or 0xF85679) is known color: Wild Watermelon. HEX triplet: F8, 56 and 79. RGB value is (248,86,121). Sum of RGB (Red+Green+Blue) = 248+86+121=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F85679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85679 is #07A986. Grayscale: #8A8A8A. Windows color (decimal): -502151 or 7952120. OLE color: 7952120.

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

Color convert

RGB 248 86 121 -
CMYK 0 0.65 0.51 0.03
HSL 347.04º 0.92% 0.65% -
HSV(B) 347.04º 0.65% 0.97% -
XYZ 45.49 27.99 21.09 -
YUV 138.43 118.17 206.15 -
System Red Green Blue C M Y K H S L
Decimal 248 86 121 0 0.65 0.51 0.03 347.04 0.92 0.65
Hex F8 56 79 0 41 33 3 15B 5C 41
Octal 370 126 171 0 101 63 3 533 134 101
Binary 11111000 1010110 1111001 0 1000001 110011 11 101011011 1011100 1000001

Color Harmonies of #F85679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85679

Black with #F85679

Text Example


Text Example

White with #F85679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85679; }

 p { color: rgb(248,86,121); }

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

background-color css

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

 a { background-color: rgb(248,86,121); }

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

border-color css

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

 span { border-color: rgb(248,86,121); }

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