Html Css Color HEX #F7537D Wild Watermelon

📋 copy color: '#F7537D'

red 247 ◦ green 83 ◦ blue 125

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

Shades of Wild Watermelon #F7537D

Tints of Wild Watermelon #F7537D

RGB

 RED value IS 247 (96.88% from 255) = 54.29%

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

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

R = 54.29%
G = 18.24%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7537D (or 0xF7537D) is known color: Wild Watermelon. HEX triplet: F7, 53 and 7D. RGB value is (247,83,125). Sum of RGB (Red+Green+Blue) = 247+83+125=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F7537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7537D is #08AC82. Grayscale: #888888. Windows color (decimal): -568451 or 8213495. OLE color: 8213495.

HSL color Cylindrical-coordinate representation of color #F7537D: hue angle of 344.63º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F7537D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 83 125 -
CMYK 0 0.66 0.49 0.03
HSL 344.63º 0.91% 0.65% -
HSV(B) 344.63º 0.66% 0.97% -
XYZ 45.15 27.44 22.32 -
YUV 136.82 121.33 206.58 -
System Red Green Blue C M Y K H S L
Decimal 247 83 125 0 0.66 0.49 0.03 344.63 0.91 0.65
Hex F7 53 7D 0 42 31 3 159 5B 41
Octal 367 123 175 0 102 61 3 531 133 101
Binary 11110111 1010011 1111101 0 1000010 110001 11 101011001 1011011 1000001

Color Harmonies of #F7537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7537D

Black with #F7537D

Text Example


Text Example

White with #F7537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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