Html Css Color HEX #F85873 Wild Watermelon

📋 copy color: '#F85873'

red 248 ◦ green 88 ◦ blue 115

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

Shades of Wild Watermelon #F85873

Tints of Wild Watermelon #F85873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 54.99%
G = 19.51%
B = 25.5%

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

#F85873 (or 0xF85873) is known color: Wild Watermelon. HEX triplet: F8, 58 and 73. RGB value is (248,88,115). Sum of RGB (Red+Green+Blue) = 248+88+115=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F85873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85873 is #07A78C. Grayscale: #8A8A8A. Windows color (decimal): -501645 or 7559416. OLE color: 7559416.

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

Color convert

RGB 248 88 115 -
CMYK 0 0.65 0.54 0.03
HSL 349.88º 0.92% 0.66% -
HSV(B) 349.88º 0.65% 0.97% -
XYZ 45.3 28.17 19.27 -
YUV 138.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 248 88 115 0 0.65 0.54 0.03 349.88 0.92 0.66
Hex F8 58 73 0 41 36 3 15E 5C 42
Octal 370 130 163 0 101 66 3 536 134 102
Binary 11111000 1011000 1110011 0 1000001 110110 11 101011110 1011100 1000010

Color Harmonies of #F85873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85873

Black with #F85873

Text Example


Text Example

White with #F85873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85873; }

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

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

background-color css

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

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

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

border-color css

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

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

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