Html Css Color HEX #F85163 Wild Watermelon

📋 copy color: '#F85163'

red 248 ◦ green 81 ◦ blue 99

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

Shades of Wild Watermelon #F85163

Tints of Wild Watermelon #F85163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.13%

R = 57.94%
G = 18.93%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F85163 (or 0xF85163) is known color: Wild Watermelon. HEX triplet: F8, 51 and 63. RGB value is (248,81,99). Sum of RGB (Red+Green+Blue) = 248+81+99=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F85163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85163 is #07AE9C. Grayscale: #858585. Windows color (decimal): -503453 or 6509048. OLE color: 6509048.

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

Color convert

RGB 248 81 99 -
CMYK 0 0.67 0.60 0.03
HSL 353.53º 0.92% 0.65% -
HSV(B) 353.53º 0.67% 0.97% -
XYZ 43.91 26.74 14.65 -
YUV 132.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 248 81 99 0 0.67 0.60 0.03 353.53 0.92 0.65
Hex F8 51 63 0 43 3C 3 162 5C 41
Octal 370 121 143 0 103 74 3 542 134 101
Binary 11111000 1010001 1100011 0 1000011 111100 11 101100010 1011100 1000001

Color Harmonies of #F85163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85163

Black with #F85163

Text Example


Text Example

White with #F85163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85163; }

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

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

background-color css

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

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

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

border-color css

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

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

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