Html Css Color HEX #F85168 Wild Watermelon

📋 copy color: '#F85168'

red 248 ◦ green 81 ◦ blue 104

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

Shades of Wild Watermelon #F85168

Tints of Wild Watermelon #F85168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.02%

R = 57.27%
G = 18.71%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F85168 (or 0xF85168) is known color: Wild Watermelon. HEX triplet: F8, 51 and 68. RGB value is (248,81,104). Sum of RGB (Red+Green+Blue) = 248+81+104=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F85168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85168 is #07AE97. Grayscale: #858585. Windows color (decimal): -503448 or 6836728. OLE color: 6836728.

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

Color convert

RGB 248 81 104 -
CMYK 0 0.67 0.58 0.03
HSL 351.74º 0.92% 0.65% -
HSV(B) 351.74º 0.67% 0.97% -
XYZ 44.15 26.84 15.95 -
YUV 133.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 248 81 104 0 0.67 0.58 0.03 351.74 0.92 0.65
Hex F8 51 68 0 43 3A 3 160 5C 41
Octal 370 121 150 0 103 72 3 540 134 101
Binary 11111000 1010001 1101000 0 1000011 111010 11 101100000 1011100 1000001

Color Harmonies of #F85168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85168

Black with #F85168

Text Example


Text Example

White with #F85168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85168; }

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

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

background-color css

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

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

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

border-color css

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

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

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