Html Css Color HEX #F85772 Wild Watermelon

📋 copy color: '#F85772'

red 248 ◦ green 87 ◦ blue 114

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

Shades of Wild Watermelon #F85772

Tints of Wild Watermelon #F85772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.38%

 BLUE value IS 114 (44.92% from 255) = 25.39%

R = 55.23%
G = 19.38%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F85772 (or 0xF85772) is known color: Wild Watermelon. HEX triplet: F8, 57 and 72. RGB value is (248,87,114). Sum of RGB (Red+Green+Blue) = 248+87+114=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F85772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85772 is #07A88D. Grayscale: #8A8A8A. Windows color (decimal): -501902 or 7493624. OLE color: 7493624.

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

Color convert

RGB 248 87 114 -
CMYK 0 0.65 0.54 0.03
HSL 349.94º 0.92% 0.66% -
HSV(B) 349.94º 0.65% 0.97% -
XYZ 45.16 27.99 18.94 -
YUV 138.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 248 87 114 0 0.65 0.54 0.03 349.94 0.92 0.66
Hex F8 57 72 0 41 36 3 15E 5C 42
Octal 370 127 162 0 101 66 3 536 134 102
Binary 11111000 1010111 1110010 0 1000001 110110 11 101011110 1011100 1000010

Color Harmonies of #F85772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85772

Black with #F85772

Text Example


Text Example

White with #F85772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85772; }

 p { color: rgb(248,87,114); }

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

background-color css

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

 a { background-color: rgb(248,87,114); }

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

border-color css

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

 span { border-color: rgb(248,87,114); }

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