Html Css Color HEX #F85576 Wild Watermelon

📋 copy color: '#F85576'

red 248 ◦ green 85 ◦ blue 118

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

Shades of Wild Watermelon #F85576

Tints of Wild Watermelon #F85576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.16%

R = 54.99%
G = 18.85%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F85576 (or 0xF85576) is known color: Wild Watermelon. HEX triplet: F8, 55 and 76. RGB value is (248,85,118). Sum of RGB (Red+Green+Blue) = 248+85+118=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F85576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85576 is #07AA89. Grayscale: #898989. Windows color (decimal): -502410 or 7755256. OLE color: 7755256.

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

Color convert

RGB 248 85 118 -
CMYK 0 0.66 0.52 0.03
HSL 347.85º 0.92% 0.65% -
HSV(B) 347.85º 0.66% 0.97% -
XYZ 45.23 27.76 20.11 -
YUV 137.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 248 85 118 0 0.66 0.52 0.03 347.85 0.92 0.65
Hex F8 55 76 0 42 34 3 15C 5C 41
Octal 370 125 166 0 102 64 3 534 134 101
Binary 11111000 1010101 1110110 0 1000010 110100 11 101011100 1011100 1000001

Color Harmonies of #F85576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85576

Black with #F85576

Text Example


Text Example

White with #F85576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85576; }

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

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

background-color css

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

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

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

border-color css

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

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

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