Html Css Color HEX #F85C71 Wild Watermelon

📋 copy color: '#F85C71'

red 248 ◦ green 92 ◦ blue 113

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

Shades of Wild Watermelon #F85C71

Tints of Wild Watermelon #F85C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.31%

 BLUE value IS 113 (44.53% from 255) = 24.94%

R = 54.75%
G = 20.31%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F85C71 (or 0xF85C71) is known color: Wild Watermelon. HEX triplet: F8, 5C and 71. RGB value is (248,92,113). Sum of RGB (Red+Green+Blue) = 248+92+113=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C71 is #07A38E. Grayscale: #8D8D8D. Windows color (decimal): -500623 or 7429368. OLE color: 7429368.

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

Color convert

RGB 248 92 113 -
CMYK 0 0.63 0.54 0.03
HSL 351.92º 0.92% 0.67% -
HSV(B) 351.92º 0.63% 0.97% -
XYZ 45.52 28.8 18.78 -
YUV 141.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 248 92 113 0 0.63 0.54 0.03 351.92 0.92 0.67
Hex F8 5C 71 0 3F 36 3 160 5C 43
Octal 370 134 161 0 77 66 3 540 134 103
Binary 11111000 1011100 1110001 0 111111 110110 11 101100000 1011100 1000011

Color Harmonies of #F85C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C71

Black with #F85C71

Text Example


Text Example

White with #F85C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C71; }

 p { color: rgb(248,92,113); }

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

background-color css

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

 a { background-color: rgb(248,92,113); }

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

border-color css

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

 span { border-color: rgb(248,92,113); }

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