Html Css Color HEX #F85B77 Wild Watermelon

📋 copy color: '#F85B77'

red 248 ◦ green 91 ◦ blue 119

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

Shades of Wild Watermelon #F85B77

Tints of Wild Watermelon #F85B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.87%

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

R = 54.15%
G = 19.87%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F85B77 (or 0xF85B77) is known color: Wild Watermelon. HEX triplet: F8, 5B and 77. RGB value is (248,91,119). Sum of RGB (Red+Green+Blue) = 248+91+119=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B77 is #07A488. Grayscale: #8D8D8D. Windows color (decimal): -500873 or 7822328. OLE color: 7822328.

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

Color convert

RGB 248 91 119 -
CMYK 0 0.63 0.52 0.03
HSL 349.3º 0.92% 0.66% -
HSV(B) 349.3º 0.63% 0.97% -
XYZ 45.78 28.77 20.59 -
YUV 141.14 115.51 204.22 -
System Red Green Blue C M Y K H S L
Decimal 248 91 119 0 0.63 0.52 0.03 349.3 0.92 0.66
Hex F8 5B 77 0 3F 34 3 15D 5C 42
Octal 370 133 167 0 77 64 3 535 134 102
Binary 11111000 1011011 1110111 0 111111 110100 11 101011101 1011100 1000010

Color Harmonies of #F85B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B77

Black with #F85B77

Text Example


Text Example

White with #F85B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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