Html Css Color HEX #F85177 Wild Watermelon

📋 copy color: '#F85177'

red 248 ◦ green 81 ◦ blue 119

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

Shades of Wild Watermelon #F85177

Tints of Wild Watermelon #F85177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.08%

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

R = 55.36%
G = 18.08%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F85177 (or 0xF85177) is known color: Wild Watermelon. HEX triplet: F8, 51 and 77. RGB value is (248,81,119). Sum of RGB (Red+Green+Blue) = 248+81+119=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F85177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85177 is #07AE88. Grayscale: #878787. Windows color (decimal): -503433 or 7819768. OLE color: 7819768.

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

Color convert

RGB 248 81 119 -
CMYK 0 0.67 0.52 0.03
HSL 346.35º 0.92% 0.65% -
HSV(B) 346.35º 0.67% 0.97% -
XYZ 44.98 27.17 20.33 -
YUV 135.27 118.83 208.41 -
System Red Green Blue C M Y K H S L
Decimal 248 81 119 0 0.67 0.52 0.03 346.35 0.92 0.65
Hex F8 51 77 0 43 34 3 15A 5C 41
Octal 370 121 167 0 103 64 3 532 134 101
Binary 11111000 1010001 1110111 0 1000011 110100 11 101011010 1011100 1000001

Color Harmonies of #F85177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85177

Black with #F85177

Text Example


Text Example

White with #F85177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85177; }

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

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

background-color css

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

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

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

border-color css

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

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

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