Html Css Color HEX #F85371 Wild Watermelon

📋 copy color: '#F85371'

red 248 ◦ green 83 ◦ blue 113

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

Shades of Wild Watermelon #F85371

Tints of Wild Watermelon #F85371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.69%

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

R = 55.86%
G = 18.69%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F85371 (or 0xF85371) is known color: Wild Watermelon. HEX triplet: F8, 53 and 71. RGB value is (248,83,113). Sum of RGB (Red+Green+Blue) = 248+83+113=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F85371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85371 is #07AC8E. Grayscale: #878787. Windows color (decimal): -502927 or 7427064. OLE color: 7427064.

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

Color convert

RGB 248 83 113 -
CMYK 0 0.67 0.54 0.03
HSL 349.09º 0.92% 0.65% -
HSV(B) 349.09º 0.67% 0.97% -
XYZ 44.79 27.34 18.54 -
YUV 135.76 115.16 208.06 -
System Red Green Blue C M Y K H S L
Decimal 248 83 113 0 0.67 0.54 0.03 349.09 0.92 0.65
Hex F8 53 71 0 43 36 3 15D 5C 41
Octal 370 123 161 0 103 66 3 535 134 101
Binary 11111000 1010011 1110001 0 1000011 110110 11 101011101 1011100 1000001

Color Harmonies of #F85371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85371

Black with #F85371

Text Example


Text Example

White with #F85371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85371; }

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

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

background-color css

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

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

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

border-color css

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

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

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