Html Css Color HEX #F7526A Wild Watermelon

📋 copy color: '#F7526A'

red 247 ◦ green 82 ◦ blue 106

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

Shades of Wild Watermelon #F7526A

Tints of Wild Watermelon #F7526A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.37%

R = 56.78%
G = 18.85%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7526A (or 0xF7526A) is known color: Wild Watermelon. HEX triplet: F7, 52 and 6A. RGB value is (247,82,106). Sum of RGB (Red+Green+Blue) = 247+82+106=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7526A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7526A is #08AD95. Grayscale: #868686. Windows color (decimal): -568726 or 6968055. OLE color: 6968055.

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

Color convert

RGB 247 82 106 -
CMYK 0 0.67 0.57 0.03
HSL 351.27º 0.91% 0.65% -
HSV(B) 351.27º 0.67% 0.97% -
XYZ 43.98 26.85 16.5 -
YUV 134.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 247 82 106 0 0.67 0.57 0.03 351.27 0.91 0.65
Hex F7 52 6A 0 43 39 3 15F 5B 41
Octal 367 122 152 0 103 71 3 537 133 101
Binary 11110111 1010010 1101010 0 1000011 111001 11 101011111 1011011 1000001

Color Harmonies of #F7526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7526A

Black with #F7526A

Text Example


Text Example

White with #F7526A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7526A; }

 p { color: rgb(247,82,106); }

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

background-color css

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

 a { background-color: rgb(247,82,106); }

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

border-color css

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

 span { border-color: rgb(247,82,106); }

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