Html Css Color HEX #F85673 Wild Watermelon

📋 copy color: '#F85673'

red 248 ◦ green 86 ◦ blue 115

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

Shades of Wild Watermelon #F85673

Tints of Wild Watermelon #F85673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

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

R = 55.23%
G = 19.15%
B = 25.61%

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

#F85673 (or 0xF85673) is known color: Wild Watermelon. HEX triplet: F8, 56 and 73. RGB value is (248,86,115). Sum of RGB (Red+Green+Blue) = 248+86+115=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F85673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85673 is #07A98C. Grayscale: #898989. Windows color (decimal): -502157 or 7558904. OLE color: 7558904.

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

Color convert

RGB 248 86 115 -
CMYK 0 0.65 0.54 0.03
HSL 349.26º 0.92% 0.65% -
HSV(B) 349.26º 0.65% 0.97% -
XYZ 45.13 27.85 19.22 -
YUV 137.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 248 86 115 0 0.65 0.54 0.03 349.26 0.92 0.65
Hex F8 56 73 0 41 36 3 15D 5C 41
Octal 370 126 163 0 101 66 3 535 134 101
Binary 11111000 1010110 1110011 0 1000001 110110 11 101011101 1011100 1000001

Color Harmonies of #F85673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85673

Black with #F85673

Text Example


Text Example

White with #F85673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85673; }

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

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

background-color css

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

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

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

border-color css

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

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

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