Html Css Color HEX #F76271 Wild Watermelon

📋 copy color: '#F76271'

red 247 ◦ green 98 ◦ blue 113

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

Shades of Wild Watermelon #F76271

Tints of Wild Watermelon #F76271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.4%

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 53.93%
G = 21.4%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F76271 (or 0xF76271) is known color: Wild Watermelon. HEX triplet: F7, 62 and 71. RGB value is (247,98,113). Sum of RGB (Red+Green+Blue) = 247+98+113=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F76271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76271 is #089D8E. Grayscale: #909090. Windows color (decimal): -564623 or 7430903. OLE color: 7430903.

HSL color Cylindrical-coordinate representation of color #F76271: hue angle of 353.96º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76271 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 98 113 -
CMYK 0 0.60 0.54 0.03
HSL 353.96º 0.9% 0.68% -
HSV(B) 353.96º 0.6% 0.97% -
XYZ 45.71 29.7 18.95 -
YUV 144.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 247 98 113 0 0.60 0.54 0.03 353.96 0.9 0.68
Hex F7 62 71 0 3C 36 3 162 5A 44
Octal 367 142 161 0 74 66 3 542 132 104
Binary 11110111 1100010 1110001 0 111100 110110 11 101100010 1011010 1000100

Color Harmonies of #F76271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76271

Black with #F76271

Text Example


Text Example

White with #F76271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76271; }

 p { color: rgb(247,98,113); }

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

background-color css

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

 a { background-color: rgb(247,98,113); }

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

border-color css

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

 span { border-color: rgb(247,98,113); }

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