Html Css Color HEX #F8486F Wild Watermelon

📋 copy color: '#F8486F'

red 248 ◦ green 72 ◦ blue 111

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

Shades of Wild Watermelon #F8486F

Tints of Wild Watermelon #F8486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 57.54%
G = 16.71%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8486F (or 0xF8486F) is known color: Wild Watermelon. HEX triplet: F8, 48 and 6F. RGB value is (248,72,111). Sum of RGB (Red+Green+Blue) = 248+72+111=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F8486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8486F is #07B790. Grayscale: #818181. Windows color (decimal): -505745 or 7293176. OLE color: 7293176.

HSL color Cylindrical-coordinate representation of color #F8486F: hue angle of 346.7º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8486F is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 72 111 -
CMYK 0 0.71 0.55 0.03
HSL 346.7º 0.93% 0.63% -
HSV(B) 346.7º 0.71% 0.97% -
XYZ 43.9 25.74 17.69 -
YUV 129.07 117.81 212.83 -
System Red Green Blue C M Y K H S L
Decimal 248 72 111 0 0.71 0.55 0.03 346.7 0.93 0.63
Hex F8 48 6F 0 47 37 3 15B 5D 3F
Octal 370 110 157 0 107 67 3 533 135 77
Binary 11111000 1001000 1101111 0 1000111 110111 11 101011011 1011101 111111

Color Harmonies of #F8486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8486F

Black with #F8486F

Text Example


Text Example

White with #F8486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8486F; }

 p { color: rgb(248,72,111); }

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

background-color css

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

 a { background-color: rgb(248,72,111); }

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

border-color css

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

 span { border-color: rgb(248,72,111); }

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