Html Css Color HEX #F76475 Wild Watermelon

📋 copy color: '#F76475'

red 247 ◦ green 100 ◦ blue 117

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

Shades of Wild Watermelon #F76475

Tints of Wild Watermelon #F76475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 53.23%
G = 21.55%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F76475 (or 0xF76475) is known color: Wild Watermelon. HEX triplet: F7, 64 and 75. RGB value is (247,100,117). Sum of RGB (Red+Green+Blue) = 247+100+117=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F76475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76475 is #089B8A. Grayscale: #919191. Windows color (decimal): -564107 or 7693559. OLE color: 7693559.

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

Color convert

RGB 247 100 117 -
CMYK 0 0.60 0.53 0.03
HSL 353.06º 0.9% 0.68% -
HSV(B) 353.06º 0.6% 0.97% -
XYZ 46.13 30.17 20.22 -
YUV 145.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 247 100 117 0 0.60 0.53 0.03 353.06 0.9 0.68
Hex F7 64 75 0 3C 35 3 161 5A 44
Octal 367 144 165 0 74 65 3 541 132 104
Binary 11110111 1100100 1110101 0 111100 110101 11 101100001 1011010 1000100

Color Harmonies of #F76475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76475

Black with #F76475

Text Example


Text Example

White with #F76475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76475; }

 p { color: rgb(247,100,117); }

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

background-color css

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

 a { background-color: rgb(247,100,117); }

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

border-color css

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

 span { border-color: rgb(247,100,117); }

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