Html Css Color HEX #F68479 Salmon

📋 copy color: '#F68479'

red 246 ◦ green 132 ◦ blue 121

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

Shades of Salmon #F68479

Tints of Salmon #F68479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.45%

 BLUE value IS 121 (47.66% from 255) = 24.25%

R = 49.3%
G = 26.45%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F68479 (or 0xF68479) is known color: Salmon. HEX triplet: F6, 84 and 79. RGB value is (246,132,121). Sum of RGB (Red+Green+Blue) = 246+132+121=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F68479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68479 is #097B86. Grayscale: #A4A4A4. Windows color (decimal): -621447 or 7963894. OLE color: 7963894.

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

Color convert

RGB 246 132 121 -
CMYK 0 0.46 0.51 0.04
HSL 5.28º 0.87% 0.72% -
HSV(B) 5.28º 0.51% 0.96% -
XYZ 49.71 37.48 22.7 -
YUV 164.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 246 132 121 0 0.46 0.51 0.04 5.28 0.87 0.72
Hex F6 84 79 0 2E 33 4 5 57 48
Octal 366 204 171 0 56 63 4 5 127 110
Binary 11110110 10000100 1111001 0 101110 110011 100 101 1010111 1001000

Color Harmonies of #F68479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68479

Black with #F68479

Text Example


Text Example

White with #F68479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68479; }

 p { color: rgb(246,132,121); }

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

background-color css

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

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

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

border-color css

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

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

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