Html Css Color HEX #F76065 Wild Watermelon

📋 copy color: '#F76065'

red 247 ◦ green 96 ◦ blue 101

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

Shades of Wild Watermelon #F76065

Tints of Wild Watermelon #F76065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.62%

 BLUE value IS 101 (39.84% from 255) = 22.75%

R = 55.63%
G = 21.62%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F76065 (or 0xF76065) is known color: Wild Watermelon. HEX triplet: F7, 60 and 65. RGB value is (247,96,101). Sum of RGB (Red+Green+Blue) = 247+96+101=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F76065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76065 is #089F9A. Grayscale: #8D8D8D. Windows color (decimal): -565147 or 6643959. OLE color: 6643959.

HSL color Cylindrical-coordinate representation of color #F76065: hue angle of 358.01º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F76065 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 96 101 -
CMYK 0 0.61 0.59 0.03
HSL 358.01º 0.9% 0.67% -
HSV(B) 358.01º 0.61% 0.97% -
XYZ 44.89 29.08 15.56 -
YUV 141.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 247 96 101 0 0.61 0.59 0.03 358.01 0.9 0.67
Hex F7 60 65 0 3D 3B 3 166 5A 43
Octal 367 140 145 0 75 73 3 546 132 103
Binary 11110111 1100000 1100101 0 111101 111011 11 101100110 1011010 1000011

Color Harmonies of #F76065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76065

Black with #F76065

Text Example


Text Example

White with #F76065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76065; }

 p { color: rgb(247,96,101); }

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

background-color css

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

 a { background-color: rgb(247,96,101); }

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

border-color css

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

 span { border-color: rgb(247,96,101); }

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