Html Css Color HEX #F85C77 Wild Watermelon

📋 copy color: '#F85C77'

red 248 ◦ green 92 ◦ blue 119

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

Shades of Wild Watermelon #F85C77

Tints of Wild Watermelon #F85C77

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.04%

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

R = 54.03%
G = 20.04%
B = 25.93%

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

#F85C77 (or 0xF85C77) is known color: Wild Watermelon. HEX triplet: F8, 5C and 77. RGB value is (248,92,119). Sum of RGB (Red+Green+Blue) = 248+92+119=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C77 is #07A388. Grayscale: #8D8D8D. Windows color (decimal): -500617 or 7822584. OLE color: 7822584.

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

Color convert

RGB 248 92 119 -
CMYK 0 0.63 0.52 0.03
HSL 349.62º 0.92% 0.67% -
HSV(B) 349.62º 0.63% 0.97% -
XYZ 45.87 28.94 20.62 -
YUV 141.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 248 92 119 0 0.63 0.52 0.03 349.62 0.92 0.67
Hex F8 5C 77 0 3F 34 3 15E 5C 43
Octal 370 134 167 0 77 64 3 536 134 103
Binary 11111000 1011100 1110111 0 111111 110100 11 101011110 1011100 1000011

Color Harmonies of #F85C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C77

Black with #F85C77

Text Example


Text Example

White with #F85C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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