Html Css Color HEX #F85174 Wild Watermelon

📋 copy color: '#F85174'

red 248 ◦ green 81 ◦ blue 116

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

Shades of Wild Watermelon #F85174

Tints of Wild Watermelon #F85174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.2%

 BLUE value IS 116 (45.7% from 255) = 26.07%

R = 55.73%
G = 18.2%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F85174 (or 0xF85174) is known color: Wild Watermelon. HEX triplet: F8, 51 and 74. RGB value is (248,81,116). Sum of RGB (Red+Green+Blue) = 248+81+116=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F85174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85174 is #07AE8B. Grayscale: #868686. Windows color (decimal): -503436 or 7623160. OLE color: 7623160.

HSL color Cylindrical-coordinate representation of color #F85174: hue angle of 347.43º 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 #F85174 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 81 116 -
CMYK 0 0.67 0.53 0.03
HSL 347.43º 0.92% 0.65% -
HSV(B) 347.43º 0.67% 0.97% -
XYZ 44.81 27.1 19.39 -
YUV 134.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 248 81 116 0 0.67 0.53 0.03 347.43 0.92 0.65
Hex F8 51 74 0 43 35 3 15B 5C 41
Octal 370 121 164 0 103 65 3 533 134 101
Binary 11111000 1010001 1110100 0 1000011 110101 11 101011011 1011100 1000001

Color Harmonies of #F85174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85174

Black with #F85174

Text Example


Text Example

White with #F85174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85174; }

 p { color: rgb(248,81,116); }

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

background-color css

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

 a { background-color: rgb(248,81,116); }

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

border-color css

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

 span { border-color: rgb(248,81,116); }

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