Html Css Color HEX #F8537D Wild Watermelon

📋 copy color: '#F8537D'

red 248 ◦ green 83 ◦ blue 125

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

Shades of Wild Watermelon #F8537D

Tints of Wild Watermelon #F8537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.2%

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 54.39%
G = 18.2%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8537D (or 0xF8537D) is known color: Wild Watermelon. HEX triplet: F8, 53 and 7D. RGB value is (248,83,125). Sum of RGB (Red+Green+Blue) = 248+83+125=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8537D is #07AC82. Grayscale: #898989. Windows color (decimal): -502915 or 8213496. OLE color: 8213496.

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

Color convert

RGB 248 83 125 -
CMYK 0 0.67 0.50 0.03
HSL 344.73º 0.92% 0.65% -
HSV(B) 344.73º 0.67% 0.97% -
XYZ 45.51 27.62 22.34 -
YUV 137.12 121.16 207.08 -
System Red Green Blue C M Y K H S L
Decimal 248 83 125 0 0.67 0.50 0.03 344.73 0.92 0.65
Hex F8 53 7D 0 43 32 3 159 5C 41
Octal 370 123 175 0 103 62 3 531 134 101
Binary 11111000 1010011 1111101 0 1000011 110010 11 101011001 1011100 1000001

Color Harmonies of #F8537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8537D

Black with #F8537D

Text Example


Text Example

White with #F8537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8537D; }

 p { color: rgb(248,83,125); }

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

background-color css

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

 a { background-color: rgb(248,83,125); }

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

border-color css

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

 span { border-color: rgb(248,83,125); }

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