Html Css Color HEX #F68279 Salmon

📋 copy color: '#F68279'

red 246 ◦ green 130 ◦ blue 121

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

Shades of Salmon #F68279

Tints of Salmon #F68279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.16%

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

R = 49.5%
G = 26.16%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F68279 (or 0xF68279) is known color: Salmon. HEX triplet: F6, 82 and 79. RGB value is (246,130,121). Sum of RGB (Red+Green+Blue) = 246+130+121=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F68279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68279 is #097D86. Grayscale: #A3A3A3. Windows color (decimal): -621959 or 7963382. OLE color: 7963382.

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

Color convert

RGB 246 130 121 -
CMYK 0 0.47 0.51 0.04
HSL 4.32º 0.87% 0.72% -
HSV(B) 4.32º 0.51% 0.96% -
XYZ 49.44 36.94 22.61 -
YUV 163.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 246 130 121 0 0.47 0.51 0.04 4.32 0.87 0.72
Hex F6 82 79 0 2F 33 4 4 57 48
Octal 366 202 171 0 57 63 4 4 127 110
Binary 11110110 10000010 1111001 0 101111 110011 100 100 1010111 1001000

Color Harmonies of #F68279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68279

Black with #F68279

Text Example


Text Example

White with #F68279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68279; }

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

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

background-color css

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

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

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

border-color css

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

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

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