Html Css Color HEX #F8526D Wild Watermelon

📋 copy color: '#F8526D'

red 248 ◦ green 82 ◦ blue 109

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

Shades of Wild Watermelon #F8526D

Tints of Wild Watermelon #F8526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.68%

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

R = 56.49%
G = 18.68%
B = 24.83%

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

#F8526D (or 0xF8526D) is known color: Wild Watermelon. HEX triplet: F8, 52 and 6D. RGB value is (248,82,109). Sum of RGB (Red+Green+Blue) = 248+82+109=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8526D is #07AD92. Grayscale: #868686. Windows color (decimal): -503187 or 7164664. OLE color: 7164664.

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

Color convert

RGB 248 82 109 -
CMYK 0 0.67 0.56 0.03
HSL 350.24º 0.92% 0.65% -
HSV(B) 350.24º 0.67% 0.97% -
XYZ 44.49 27.1 17.35 -
YUV 134.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 248 82 109 0 0.67 0.56 0.03 350.24 0.92 0.65
Hex F8 52 6D 0 43 38 3 15E 5C 41
Octal 370 122 155 0 103 70 3 536 134 101
Binary 11111000 1010010 1101101 0 1000011 111000 11 101011110 1011100 1000001

Color Harmonies of #F8526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8526D

Black with #F8526D

Text Example


Text Example

White with #F8526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8526D; }

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

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

background-color css

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

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

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

border-color css

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

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

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