Html Css Color HEX #F85071 Wild Watermelon

📋 copy color: '#F85071'

red 248 ◦ green 80 ◦ blue 113

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

Shades of Wild Watermelon #F85071

Tints of Wild Watermelon #F85071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.14%

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

R = 56.24%
G = 18.14%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F85071 (or 0xF85071) is known color: Wild Watermelon. HEX triplet: F8, 50 and 71. RGB value is (248,80,113). Sum of RGB (Red+Green+Blue) = 248+80+113=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F85071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85071 is #07AF8E. Grayscale: #868686. Windows color (decimal): -503695 or 7426296. OLE color: 7426296.

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

Color convert

RGB 248 80 113 -
CMYK 0 0.68 0.54 0.03
HSL 348.21º 0.92% 0.64% -
HSV(B) 348.21º 0.68% 0.97% -
XYZ 44.56 26.89 18.46 -
YUV 133.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 248 80 113 0 0.68 0.54 0.03 348.21 0.92 0.64
Hex F8 50 71 0 44 36 3 15C 5C 40
Octal 370 120 161 0 104 66 3 534 134 100
Binary 11111000 1010000 1110001 0 1000100 110110 11 101011100 1011100 1000000

Color Harmonies of #F85071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85071

Black with #F85071

Text Example


Text Example

White with #F85071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85071; }

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

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

background-color css

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

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

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

border-color css

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

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

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