Html Css Color HEX #F7526F Wild Watermelon

📋 copy color: '#F7526F'

red 247 ◦ green 82 ◦ blue 111

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

Shades of Wild Watermelon #F7526F

Tints of Wild Watermelon #F7526F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.23%

R = 56.14%
G = 18.64%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7526F (or 0xF7526F) is known color: Wild Watermelon. HEX triplet: F7, 52 and 6F. RGB value is (247,82,111). Sum of RGB (Red+Green+Blue) = 247+82+111=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F7526F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7526F is #08AD90. Grayscale: #868686. Windows color (decimal): -568721 or 7295735. OLE color: 7295735.

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

Color convert

RGB 247 82 111 -
CMYK 0 0.67 0.55 0.03
HSL 349.45º 0.91% 0.65% -
HSV(B) 349.45º 0.67% 0.97% -
XYZ 44.24 26.96 17.91 -
YUV 134.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 247 82 111 0 0.67 0.55 0.03 349.45 0.91 0.65
Hex F7 52 6F 0 43 37 3 15D 5B 41
Octal 367 122 157 0 103 67 3 535 133 101
Binary 11110111 1010010 1101111 0 1000011 110111 11 101011101 1011011 1000001

Color Harmonies of #F7526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7526F

Black with #F7526F

Text Example


Text Example

White with #F7526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7526F; }

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

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

background-color css

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

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

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

border-color css

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

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

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