Html Css Color HEX #F85677 Wild Watermelon

📋 copy color: '#F85677'

red 248 ◦ green 86 ◦ blue 119

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

Shades of Wild Watermelon #F85677

Tints of Wild Watermelon #F85677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 54.75%
G = 18.98%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F85677 (or 0xF85677) is known color: Wild Watermelon. HEX triplet: F8, 56 and 77. RGB value is (248,86,119). Sum of RGB (Red+Green+Blue) = 248+86+119=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F85677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85677 is #07A988. Grayscale: #8A8A8A. Windows color (decimal): -502153 or 7821048. OLE color: 7821048.

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

Color convert

RGB 248 86 119 -
CMYK 0 0.65 0.52 0.03
HSL 347.78º 0.92% 0.65% -
HSV(B) 347.78º 0.65% 0.97% -
XYZ 45.37 27.94 20.46 -
YUV 138.2 117.17 206.32 -
System Red Green Blue C M Y K H S L
Decimal 248 86 119 0 0.65 0.52 0.03 347.78 0.92 0.65
Hex F8 56 77 0 41 34 3 15C 5C 41
Octal 370 126 167 0 101 64 3 534 134 101
Binary 11111000 1010110 1110111 0 1000001 110100 11 101011100 1011100 1000001

Color Harmonies of #F85677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85677

Black with #F85677

Text Example


Text Example

White with #F85677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85677; }

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

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

background-color css

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

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

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

border-color css

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

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

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