Html Css Color HEX #F85579 Wild Watermelon

📋 copy color: '#F85579'

red 248 ◦ green 85 ◦ blue 121

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

Shades of Wild Watermelon #F85579

Tints of Wild Watermelon #F85579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.72%

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

R = 54.63%
G = 18.72%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F85579 (or 0xF85579) is known color: Wild Watermelon. HEX triplet: F8, 55 and 79. RGB value is (248,85,121). Sum of RGB (Red+Green+Blue) = 248+85+121=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F85579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85579 is #07AA86. Grayscale: #898989. Windows color (decimal): -502407 or 7951864. OLE color: 7951864.

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

Color convert

RGB 248 85 121 -
CMYK 0 0.66 0.51 0.03
HSL 346.75º 0.92% 0.65% -
HSV(B) 346.75º 0.66% 0.97% -
XYZ 45.41 27.83 21.07 -
YUV 137.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 248 85 121 0 0.66 0.51 0.03 346.75 0.92 0.65
Hex F8 55 79 0 42 33 3 15B 5C 41
Octal 370 125 171 0 102 63 3 533 134 101
Binary 11111000 1010101 1111001 0 1000010 110011 11 101011011 1011100 1000001

Color Harmonies of #F85579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85579

Black with #F85579

Text Example


Text Example

White with #F85579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85579; }

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

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

background-color css

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

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

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

border-color css

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

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

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