Html Css Color HEX #F67676 Salmon

📋 copy color: '#F67676'

red 246 ◦ green 118 ◦ blue 118

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

Shades of Salmon #F67676

Tints of Salmon #F67676

RGB

 RED value IS 246 (96.48% from 255) = 51.04%

 GREEN value IS 118 (46.48% from 255) = 24.48%

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 51.04%
G = 24.48%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F67676 (or 0xF67676) is known color: Salmon. HEX triplet: F6, 76 and 76. RGB value is (246,118,118). Sum of RGB (Red+Green+Blue) = 246+118+118=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F67676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67676 is #098989. Grayscale: #9C9C9C. Windows color (decimal): -625034 or 7763702. OLE color: 7763702.

HSL color Cylindrical-coordinate representation of color #F67676: hue angle of 0º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67676 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 118 118 -
CMYK 0 0.52 0.52 0.04
HSL 0.88% 0.71% -
HSV(B) 0.52% 0.96% -
XYZ 47.75 33.86 21.16 -
YUV 156.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 246 118 118 0 0.52 0.52 0.04 0 0.88 0.71
Hex F6 76 76 0 34 34 4 0 58 47
Octal 366 166 166 0 64 64 4 0 130 107
Binary 11110110 1110110 1110110 0 110100 110100 100 0 1011000 1000111

Color Harmonies of #F67676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67676

Black with #F67676

Text Example


Text Example

White with #F67676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67676; }

 p { color: rgb(246,118,118); }

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

background-color css

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

 a { background-color: rgb(246,118,118); }

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

border-color css

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

 span { border-color: rgb(246,118,118); }

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