Html Css Color HEX #F67F76 Salmon

📋 copy color: '#F67F76'

red 246 ◦ green 127 ◦ blue 118

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

Shades of Salmon #F67F76

Tints of Salmon #F67F76

RGB

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

 GREEN value IS 127 (50% from 255) = 25.87%

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

R = 50.1%
G = 25.87%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F67F76 (or 0xF67F76) is known color: Salmon. HEX triplet: F6, 7F and 76. RGB value is (246,127,118). Sum of RGB (Red+Green+Blue) = 246+127+118=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F76 is #098089. Grayscale: #A1A1A1. Windows color (decimal): -622730 or 7766006. OLE color: 7766006.

HSL color Cylindrical-coordinate representation of color #F67F76: hue angle of 4.22º 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 #F67F76 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 127 118 -
CMYK 0 0.48 0.52 0.04
HSL 4.22º 0.88% 0.71% -
HSV(B) 4.22º 0.52% 0.96% -
XYZ 48.87 36.08 21.53 -
YUV 161.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 246 127 118 0 0.48 0.52 0.04 4.22 0.88 0.71
Hex F6 7F 76 0 30 34 4 4 58 47
Octal 366 177 166 0 60 64 4 4 130 107
Binary 11110110 1111111 1110110 0 110000 110100 100 100 1011000 1000111

Color Harmonies of #F67F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67F76

Black with #F67F76

Text Example


Text Example

White with #F67F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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