Html Css Color HEX #F8496C Wild Watermelon

📋 copy color: '#F8496C'

red 248 ◦ green 73 ◦ blue 108

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

Shades of Wild Watermelon #F8496C

Tints of Wild Watermelon #F8496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 57.81%
G = 17.02%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8496C (or 0xF8496C) is known color: Wild Watermelon. HEX triplet: F8, 49 and 6C. RGB value is (248,73,108). Sum of RGB (Red+Green+Blue) = 248+73+108=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8496C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8496C is #07B693. Grayscale: #818181. Windows color (decimal): -505492 or 7096824. OLE color: 7096824.

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

Color convert

RGB 248 73 108 -
CMYK 0 0.71 0.56 0.03
HSL 348º 0.93% 0.63% -
HSV(B) 348º 0.71% 0.97% -
XYZ 43.8 25.8 16.86 -
YUV 129.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 248 73 108 0 0.71 0.56 0.03 348 0.93 0.63
Hex F8 49 6C 0 47 38 3 15C 5D 3F
Octal 370 111 154 0 107 70 3 534 135 77
Binary 11111000 1001001 1101100 0 1000111 111000 11 101011100 1011101 111111

Color Harmonies of #F8496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8496C

Black with #F8496C

Text Example


Text Example

White with #F8496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8496C; }

 p { color: rgb(248,73,108); }

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

background-color css

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

 a { background-color: rgb(248,73,108); }

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

border-color css

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

 span { border-color: rgb(248,73,108); }

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