Html Css Color HEX #F85573 Wild Watermelon

📋 copy color: '#F85573'

red 248 ◦ green 85 ◦ blue 115

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

Shades of Wild Watermelon #F85573

Tints of Wild Watermelon #F85573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.97%

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

R = 55.36%
G = 18.97%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F85573 (or 0xF85573) is known color: Wild Watermelon. HEX triplet: F8, 55 and 73. RGB value is (248,85,115). Sum of RGB (Red+Green+Blue) = 248+85+115=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F85573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85573 is #07AA8C. Grayscale: #898989. Windows color (decimal): -502413 or 7558648. OLE color: 7558648.

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

Color convert

RGB 248 85 115 -
CMYK 0 0.66 0.54 0.03
HSL 348.96º 0.92% 0.65% -
HSV(B) 348.96º 0.66% 0.97% -
XYZ 45.05 27.69 19.19 -
YUV 137.16 115.5 207.06 -
System Red Green Blue C M Y K H S L
Decimal 248 85 115 0 0.66 0.54 0.03 348.96 0.92 0.65
Hex F8 55 73 0 42 36 3 15D 5C 41
Octal 370 125 163 0 102 66 3 535 134 101
Binary 11111000 1010101 1110011 0 1000010 110110 11 101011101 1011100 1000001

Color Harmonies of #F85573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85573

Black with #F85573

Text Example


Text Example

White with #F85573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85573; }

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

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

background-color css

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

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

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

border-color css

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

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

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