Html Css Color HEX #F76066 Wild Watermelon

📋 copy color: '#F76066'

red 247 ◦ green 96 ◦ blue 102

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

Shades of Wild Watermelon #F76066

Tints of Wild Watermelon #F76066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.92%

R = 55.51%
G = 21.57%
B = 22.92%

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

#F76066 (or 0xF76066) is known color: Wild Watermelon. HEX triplet: F7, 60 and 66. RGB value is (247,96,102). Sum of RGB (Red+Green+Blue) = 247+96+102=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F76066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76066 is #089F99. Grayscale: #8D8D8D. Windows color (decimal): -565146 or 6709495. OLE color: 6709495.

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

Color convert

RGB 247 96 102 -
CMYK 0 0.61 0.59 0.03
HSL 357.62º 0.9% 0.67% -
HSV(B) 357.62º 0.61% 0.97% -
XYZ 44.94 29.1 15.82 -
YUV 141.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 247 96 102 0 0.61 0.59 0.03 357.62 0.9 0.67
Hex F7 60 66 0 3D 3B 3 166 5A 43
Octal 367 140 146 0 75 73 3 546 132 103
Binary 11110111 1100000 1100110 0 111101 111011 11 101100110 1011010 1000011

Color Harmonies of #F76066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76066

Black with #F76066

Text Example


Text Example

White with #F76066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76066; }

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

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

background-color css

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

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

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

border-color css

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

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

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