Html Css Color HEX #F85877 Wild Watermelon

📋 copy color: '#F85877'

red 248 ◦ green 88 ◦ blue 119

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

Shades of Wild Watermelon #F85877

Tints of Wild Watermelon #F85877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.34%

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

R = 54.51%
G = 19.34%
B = 26.15%

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

#F85877 (or 0xF85877) is known color: Wild Watermelon. HEX triplet: F8, 58 and 77. RGB value is (248,88,119). Sum of RGB (Red+Green+Blue) = 248+88+119=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F85877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85877 is #07A788. Grayscale: #8B8B8B. Windows color (decimal): -501641 or 7821560. OLE color: 7821560.

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

Color convert

RGB 248 88 119 -
CMYK 0 0.65 0.52 0.03
HSL 348.38º 0.92% 0.66% -
HSV(B) 348.38º 0.65% 0.97% -
XYZ 45.53 28.27 20.51 -
YUV 139.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 248 88 119 0 0.65 0.52 0.03 348.38 0.92 0.66
Hex F8 58 77 0 41 34 3 15C 5C 42
Octal 370 130 167 0 101 64 3 534 134 102
Binary 11111000 1011000 1110111 0 1000001 110100 11 101011100 1011100 1000010

Color Harmonies of #F85877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85877

Black with #F85877

Text Example


Text Example

White with #F85877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85877; }

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

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

background-color css

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

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

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

border-color css

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

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

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