Html Css Color HEX #F8516D Wild Watermelon

📋 copy color: '#F8516D'

red 248 ◦ green 81 ◦ blue 109

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

Shades of Wild Watermelon #F8516D

Tints of Wild Watermelon #F8516D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.89%

R = 56.62%
G = 18.49%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8516D (or 0xF8516D) is known color: Wild Watermelon. HEX triplet: F8, 51 and 6D. RGB value is (248,81,109). Sum of RGB (Red+Green+Blue) = 248+81+109=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F8516D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8516D is #07AE92. Grayscale: #868686. Windows color (decimal): -503443 or 7164408. OLE color: 7164408.

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

Color convert

RGB 248 81 109 -
CMYK 0 0.67 0.56 0.03
HSL 349.94º 0.92% 0.65% -
HSV(B) 349.94º 0.67% 0.97% -
XYZ 44.41 26.95 17.33 -
YUV 134.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 248 81 109 0 0.67 0.56 0.03 349.94 0.92 0.65
Hex F8 51 6D 0 43 38 3 15E 5C 41
Octal 370 121 155 0 103 70 3 536 134 101
Binary 11111000 1010001 1101101 0 1000011 111000 11 101011110 1011100 1000001

Color Harmonies of #F8516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8516D

Black with #F8516D

Text Example


Text Example

White with #F8516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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