Html Css Color HEX #F8486D Wild Watermelon

📋 copy color: '#F8486D'

red 248 ◦ green 72 ◦ blue 109

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

Shades of Wild Watermelon #F8486D

Tints of Wild Watermelon #F8486D

RGB

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

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

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

R = 57.81%
G = 16.78%
B = 25.41%

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

#F8486D (or 0xF8486D) is known color: Wild Watermelon. HEX triplet: F8, 48 and 6D. RGB value is (248,72,109). Sum of RGB (Red+Green+Blue) = 248+72+109=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8486D is #07B792. Grayscale: #808080. Windows color (decimal): -505747 or 7162104. OLE color: 7162104.

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

Color convert

RGB 248 72 109 -
CMYK 0 0.71 0.56 0.03
HSL 347.39º 0.93% 0.63% -
HSV(B) 347.39º 0.71% 0.97% -
XYZ 43.79 25.7 17.12 -
YUV 128.84 116.81 212.99 -
System Red Green Blue C M Y K H S L
Decimal 248 72 109 0 0.71 0.56 0.03 347.39 0.93 0.63
Hex F8 48 6D 0 47 38 3 15B 5D 3F
Octal 370 110 155 0 107 70 3 533 135 77
Binary 11111000 1001000 1101101 0 1000111 111000 11 101011011 1011101 111111

Color Harmonies of #F8486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8486D

Black with #F8486D

Text Example


Text Example

White with #F8486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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